Home
last modified time | relevance | path

Searched refs:bswap16 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dendian.h61 #define bswap16(x) __bswap16(x) macro
70 #define htobe16(x) bswap16((x))
77 #define be16toh(x) bswap16((x))
87 #define htole16(x) bswap16((x))
94 #define le16toh(x) bswap16((x))
/f-stack/freebsd/mips/nlm/
H A Dbus_space_rmi_pci.c418 return bswap16(value); in rmi_pci_bus_space_read_2()
452 *addr = bswap16(*addr); in rmi_pci_bus_space_read_multi_2()
487 *(volatile u_int16_t *)(handle + offset) = bswap16(value); in rmi_pci_bus_space_write_2()
520 (*(volatile u_int16_t *)(handle + offset)) = bswap16(*addr); in rmi_pci_bus_space_write_multi_2()