Home
last modified time | relevance | path

Searched defs:HWRITE4 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_ohci.c54 #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 Drk3399_pcie.c121 #define HWRITE4(sc, reg, val) \ macro
[all...]
/netbsd-src/sys/dev/sdmmc/
H A Dsdhc.c180 #define HWRITE4(hp, reg, val) hwrite4(hp, reg, val) macro