Searched refs:REG_ID_LSB (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/scsi/ | ||
| D | fdomain.h | 78 #define REG_ID_LSB		5	/* R: ID Code (LSB) */  macro | 
| D | fdomain.c | 132 	u16 id = inb(port + REG_ID_LSB) | inb(port + REG_ID_MSB) << 8;  in fdomain_identify() |