Searched refs:io_Indexed_Data (Results 1 – 1 of 1) sorted by relevance
158 #define io_Indexed_Data(d) ((d)->base+1) macro222 x = inb(io_Indexed_Data(devc)); in ad_read()231 outb(((unsigned char) (xra & 0xff)), io_Indexed_Data(devc)); in ad_read()232 x = inb(io_Indexed_Data(devc)); in ad_read()253 outb(((unsigned char) (data & 0xff)), io_Indexed_Data(devc)); in ad_write()262 outb(((unsigned char) (xra & 0xff)), io_Indexed_Data(devc)); in ad_write()263 outb((unsigned char) (data & 0xff), io_Indexed_Data(devc)); in ad_write()1848 xid = inb(io_Indexed_Data(devc)); in ad1848_detect()