Searched refs:DATA_REG_LOW (Results 1 – 2 of 2) sorted by relevance
122 return inb(base + DATA_REG_LOW); in nsp32_index_read1()130 outb(val, base + DATA_REG_LOW); in nsp32_index_write1()137 return inw(base + DATA_REG_LOW); in nsp32_index_read2()145 outw(val, base + DATA_REG_LOW); in nsp32_index_write2()154 l = inw(base + DATA_REG_LOW); in nsp32_index_read4()170 outw(l, base + DATA_REG_LOW); in nsp32_index_write4()182 data_ptr = (unsigned short *)(base + NSP32_MMIO_OFFSET + DATA_REG_LOW); in nsp32_mmio_index_read1()195 data_ptr = (unsigned short *)(base + NSP32_MMIO_OFFSET + DATA_REG_LOW); in nsp32_mmio_index_write1()207 data_ptr = (unsigned short *)(base + NSP32_MMIO_OFFSET + DATA_REG_LOW); in nsp32_mmio_index_read2()220 data_ptr = (unsigned short *)(base + NSP32_MMIO_OFFSET + DATA_REG_LOW); in nsp32_mmio_index_write2()
157 #define DATA_REG_LOW 0x08 /* BASE+08, LowW, R/W */ macro