Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/mips/
H A Dbus_space_alignstride_chipdep.c176 #define CHIP_TYPE uint8_t macro
180 #define CHIP_TYPE uint16_t macro
184 #define CHIP_TYPE uint32_t macro
188 #define CHIP_TYPE uint64_t macro
191 #ifndef CHIP_TYPE
707 const CHIP_TYPE val = mips3_ld(h); in __BS()
709 const CHIP_TYPE val = mips_lwu(h); in __BS()
711 const CHIP_TYPE val = mips_lhu(h); in __BS()
729 const CHIP_TYPE val = mips3_ld(h); in __BS()
731 const CHIP_TYPE val = mips_lwu(h); in __BS()
[all …]