Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/mips/
H A Dbus_space_alignstride_chipdep.c116 #define CHIP_SWAP64(x) le64toh(x) macro
121 #define CHIP_SWAP64(x) be64toh(x) macro
126 #define CHIP_SWAP64(x) (x) macro
143 # define CHIP_SWAP_ACCESS(x) CHIP_SWAP64(x)
766 const uint64_t r = CHIP_SWAP64(mips3_ld(h) >> shift); in __BS()
875 mips3_sd(h, CHIP_SWAP64(val)); in __BS()