Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mips/mips/
Dbus_space_alignstride_chipdep.c823 mips_sw(h, cval); in __BS()
846 mips_sw(h, cval); in __BS()
859 mips_sw(h, CHIP_SWAP32(val)); in __BS()
1064 mips_sw(h, val); in __BS()
1079 mips_sw(h, val); in __BS()
1093 mips_sw(h, val); in __BS()
/netbsd/src/sys/arch/mips/include/
Dlocore.h473 static inline void mips_sw(register_t addr, uint32_t val) __unused;
557 mips_sw(register_t addr, uint32_t val) in mips_sw() function