Lines Matching refs:IO_MASK
38 #define IO_MASK 4 /* mask register offset from GPIO_DATA macro
120 omask = inw(io + IO_MASK); in radio_bits_get()
121 outw(~(STR_CLK | STR_WREN), io + IO_MASK); in radio_bits_get()
144 outw(omask, io + IO_MASK); in radio_bits_get()
152 omask = inw(io + IO_MASK); in radio_bits_set()
155 outw(~(STR_DATA | STR_CLK | STR_WREN), io + IO_MASK); in radio_bits_set()
170 outw(omask, io + IO_MASK); in radio_bits_set()
248 register __u16 omask = inw(io + IO_MASK); in radio_function()
249 outw(~STR_WREN, io + IO_MASK); in radio_function()
253 outw(omask, io + IO_MASK); in radio_function()
315 omask = inw(io + IO_MASK); in radio_power_on()
320 outw(~(STR_WREN | STR_CLK), io + IO_MASK); in radio_power_on()
323 outw(omask, io + IO_MASK); in radio_power_on()