Lines Matching refs:ida
36 #define ida_inb(ida, port) \ argument
37 bus_read_1((ida)->regs, port)
38 #define ida_inw(ida, port) \ argument
39 bus_read_2((ida)->regs, port)
40 #define ida_inl(ida, port) \ argument
41 bus_read_4((ida)->regs, port)
43 #define ida_outb(ida, port, val) \ argument
44 bus_write_1((ida)->regs, port, val)
45 #define ida_outw(ida, port, val) \ argument
46 bus_write_2((ida)->regs, port, val)
47 #define ida_outl(ida, port, val) \ argument
48 bus_write_4((ida)->regs, port, val)
101 struct ida_softc *ida; member
199 extern void ida_free(struct ida_softc *ida);
200 extern int ida_setup(struct ida_softc *ida);
201 extern int ida_command(struct ida_softc *ida, int command, void *data,
203 extern void ida_submit_buf(struct ida_softc *ida, struct bio *bp);