Home
last modified time | relevance | path

Searched refs:REG_BCTL (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
Dfdomain.c120 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()
301 outb(BCTL_BUSEN, fd->base + REG_BCTL); in fdomain_work()
369 outb(0, fd->base + REG_BCTL); in fdomain_work()
417 outb(0, fd->base + REG_BCTL); /* Disable data drivers */ in fdomain_queue()
Dfdomain.h26 #define REG_BCTL 1 /* W: SCSI Bus Control */ macro