Searched refs:REG_BCTL (Results 1 – 2 of 2) sorted by relevance
120 outb(0, fd->base + REG_BCTL); in fdomain_make_bus_idle()169 outb(BCTL_RST, base + REG_BCTL); in fdomain_reset()171 outb(0, base + REG_BCTL); in fdomain_reset()183 outb(BCTL_BUSEN | BCTL_SEL, fd->base + REG_BCTL); in fdomain_select()196 outb(BCTL_BUSEN, fd->base + REG_BCTL); in fdomain_select()282 outb(BCTL_BUSEN | BCTL_SEL, fd->base + REG_BCTL); in fdomain_work()302 outb(BCTL_BUSEN, fd->base + REG_BCTL); in fdomain_work()371 outb(0, fd->base + REG_BCTL); in fdomain_work()419 outb(0, fd->base + REG_BCTL); /* Disable data drivers */ in fdomain_queue()
26 #define REG_BCTL 1 /* W: SCSI Bus Control */ macro
Completed in 3 milliseconds