Searched refs:REG_BCTL (Results 1 – 2 of 2) sorted by relevance
125 outb(0, fd->base + REG_BCTL); in fdomain_make_bus_idle()174 outb(BCTL_RST, base + REG_BCTL); in fdomain_reset()176 outb(0, base + REG_BCTL); in fdomain_reset()188 outb(BCTL_BUSEN | BCTL_SEL, fd->base + REG_BCTL); in fdomain_select()201 outb(BCTL_BUSEN, fd->base + REG_BCTL); in fdomain_select()288 outb(BCTL_BUSEN | BCTL_SEL, fd->base + REG_BCTL); in fdomain_work()308 outb(BCTL_BUSEN, fd->base + REG_BCTL); in fdomain_work()377 outb(0, fd->base + REG_BCTL); in fdomain_work()426 outb(0, fd->base + REG_BCTL); /* Disable data drivers */ in fdomain_queue()
26 #define REG_BCTL 1 /* W: SCSI Bus Control */ macro