Searched refs:ipuv3 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx51_ipuv3_fbd.c | 98 #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 D | imx51_ipuv3.c | 160 #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))
|