Home
last modified time | relevance | path

Searched refs:endian_swap (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/samples/user_events/
A Dexample.c20 #define endian_swap(x) htole64(x) macro
22 #define endian_swap(x) htole32(x) macro
56 *mask = endian_swap(1L << (reg.status_bit % __BITS_PER_LONG)); in event_reg()
/linux-6.3-rc2/arch/mips/pci/
A Dpci-octeon.c51 uint64_t endian_swap:2; member
267 pci_addr.s.endian_swap = 1; in octeon_read_config()
301 pci_addr.s.endian_swap = 1; in octeon_write_config()
/linux-6.3-rc2/Documentation/trace/
A Duser_events.rst148 #define endian_swap(x) htole64(x)
150 #define endian_swap(x) htole32(x)
157 mask = endian_swap(mask);
/linux-6.3-rc2/drivers/staging/rtl8192u/
A Dr8192U_core.c2063 static inline u16 endian_swap(u16 *data) in endian_swap() function
2100 priv->eeprom_vid = endian_swap(&tmpValue); in rtl8192_read_eeprom_info()

Completed in 16 milliseconds