Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dfdomain.c188 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()
H A Dfdomain.h34 #define BCTL_BUSEN BIT(7) /* Enable bus drivers */ macro