Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/mips/
H A Dbus_space_alignstride_chipdep.c114 #define CHIP_SWAP16(x) le16toh(x) macro
119 #define CHIP_SWAP16(x) be16toh(x) macro
124 #define CHIP_SWAP16(x) (x) macro
136 # define CHIP_SWAP_ACCESS(x) CHIP_SWAP16(x)
735 const uint16_t r = (uint16_t)CHIP_SWAP16(val >> shift); in __BS()
838 mips_sh(h, CHIP_SWAP16(val)); in __BS()
842 CHIP_TYPE cval = ((CHIP_TYPE)CHIP_SWAP16(val)) << shift; in __BS()