Searched defs:HWRITE4 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/arm/xscale/ |
H A D | pxa2x0_ohci.c | 54 #define HWRITE4(sc,r,v) bus_space_write_4((sc)->sc.iot, (sc)->sc.ioh, (r), (v)) macro
|
/netbsd-src/sys/arch/arm/rockchip/ |
H A D | rk3399_pcie.c | 121 #define HWRITE4(sc, reg, val) \ macro [all...] |
/netbsd-src/sys/dev/sdmmc/ |
H A D | sdhc.c | 180 #define HWRITE4(hp, reg, val) hwrite4(hp, reg, val) macro
|