How this works
Byte-swapping reverses the order of the constituent bytes — the same operation as __builtin_bswap32, htonl/ntohl, or a devicetree cpu_to_beX conversion. Useful when a register dump, network packet capture, or file format looks wrong and you suspect an endianness mismatch between the producer and consumer.