Home
last modified time | relevance | path

Searched refs:CFG2_32BIT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dfdomain.c144 outb(CFG2_32BIT, port + REG_CFG2); in fdomain_identify()
145 if ((inb(port + REG_CFG2) & CFG2_32BIT)) { in fdomain_identify()
147 if ((inb(port + REG_CFG2) & CFG2_32BIT) == 0) in fdomain_identify()
H A Dfdomain.h101 #define CFG2_32BIT BIT(7) /* 32-bit mode */ macro
/kernel/linux/linux-6.6/drivers/scsi/
H A Dfdomain.c149 outb(CFG2_32BIT, port + REG_CFG2); in fdomain_identify()
150 if ((inb(port + REG_CFG2) & CFG2_32BIT)) { in fdomain_identify()
152 if ((inb(port + REG_CFG2) & CFG2_32BIT) == 0) in fdomain_identify()
H A Dfdomain.h101 #define CFG2_32BIT BIT(7) /* 32-bit mode */ macro

Completed in 4 milliseconds