Lines Matching refs:offset
86 #define obio_read(offset) ioreg_read(LUBBOCK_OBIO_VBASE+(offset))
87 #define obio_write(offset,value) \
88 ioreg_write(LUBBOCK_OBIO_VBASE+(offset), (value))
91 #define obio16_read(offset) ioreg16_read(LUBBOCK_OBIO_VBASE+(offset))
92 #define obio16_write(offset,value) \
93 ioreg16_write(LUBBOCK_OBIO_VBASE+(offset), (value))
95 #define obio8_read(offset) ioreg8_read(LUBBOCK_OBIO_VBASE+(offset))
96 #define obio8_write(offset,value) \
97 ioreg8_write(LUBBOCK_OBIO_VBASE+(offset), (value))