Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/mips/
H A Dbus_space_alignstride_chipdep.c115 #define CHIP_SWAP32(x) le32toh(x) macro
120 #define CHIP_SWAP32(x) be32toh(x) macro
125 #define CHIP_SWAP32(x) (x) macro
138 # define CHIP_SWAP_ACCESS(x) CHIP_SWAP32(x)
753 const uint32_t r = (uint32_t)CHIP_SWAP32(val >> shift); in __BS()
859 mips_sw(h, CHIP_SWAP32(val)); in __BS()
863 mips3_sd(h, ((CHIP_TYPE)CHIP_SWAP32(val)) << shift); in __BS()