Searched refs:endian_swap (Results 1 – 4 of 4) sorted by relevance
20 #define endian_swap(x) htole64(x) macro22 #define endian_swap(x) htole32(x) macro56 *mask = endian_swap(1L << (reg.status_bit % __BITS_PER_LONG)); in event_reg()
51 uint64_t endian_swap:2; member267 pci_addr.s.endian_swap = 1; in octeon_read_config()301 pci_addr.s.endian_swap = 1; in octeon_write_config()
148 #define endian_swap(x) htole64(x)150 #define endian_swap(x) htole32(x)157 mask = endian_swap(mask);
2063 static inline u16 endian_swap(u16 *data) in endian_swap() function2100 priv->eeprom_vid = endian_swap(&tmpValue); in rtl8192_read_eeprom_info()
Completed in 16 milliseconds