Home
last modified time | relevance | path

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

/netbsd/sys/arch/mips/mips/
H A 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/sys/arch/mips/include/
H A 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
/netbsd/sys/arch/mips/cavium/dev/
H A Docteon_dwctwo.c330 mips_sw((h + off) ^ 4, val); in octeon_dwc2_wr_4()