Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dfdomain.h82 #define REG_ID_MSB 6 /* R: ID Code (MSB) */ macro
H A Dfdomain.c132 u16 id = inb(port + REG_ID_LSB) | inb(port + REG_ID_MSB) << 8; in fdomain_identify()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dfdomain.h82 #define REG_ID_MSB 6 /* R: ID Code (MSB) */ macro
H A Dfdomain.c137 u16 id = inb(port + REG_ID_LSB) | inb(port + REG_ID_MSB) << 8; in fdomain_identify()

Completed in 3 milliseconds