Searched refs:io_Indexed_Data (Results 1 – 1 of 1) sorted by relevance
155 #define io_Indexed_Data(d) ((d)->base+1) macro215 x = inb(io_Indexed_Data(devc)); in ad_read()224 outb(((unsigned char) (xra & 0xff)), io_Indexed_Data(devc)); in ad_read()225 x = inb(io_Indexed_Data(devc)); in ad_read()241 outb(((unsigned char) (data & 0xff)), io_Indexed_Data(devc)); in ad_write()250 outb(((unsigned char) (xra & 0xff)), io_Indexed_Data(devc)); in ad_write()251 outb((unsigned char) (data & 0xff), io_Indexed_Data(devc)); in ad_write()1824 xid = inb(io_Indexed_Data(devc)); in ad1848_detect()