Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c98 #define IPUV3_READ(ipuv3, module, reg) \ argument
99 bus_space_read_4((ipuv3)->iot, (ipuv3)->module##_ioh, (reg))
100 #define IPUV3_WRITE(ipuv3, module, reg, val) \ argument
101 bus_space_write_4((ipuv3)->iot, (ipuv3)->module##_ioh, (reg), (val))
H A Dimx51_ipuv3.c160 #define IPUV3_READ(ipuv3, module, reg) \ argument
161 bus_space_read_4((ipuv3)->iot, (ipuv3)->module##_ioh, (reg))
162 #define IPUV3_WRITE(ipuv3, module, reg, val) \ argument
163 bus_space_write_4((ipuv3)->iot, (ipuv3)->module##_ioh, (reg), (val))