Searched refs:SELID (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.h | 21 #define SELID (HOSTIOPORT0+0x05) /* selection/reselection ID */ macro 22 #define SCSIID SELID /* SCSI ID */
|
H A D | aha152x.c | 1598 selid = GETPORT(SELID) & ~(1 << shpnt->this_id); in seldi_run() 2681 seq_printf(m, "SELID(%02x), ", GETPORT(SELID)); in get_ports()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.h | 21 #define SELID (HOSTIOPORT0+0x05) /* selection/reselection ID */ macro 22 #define SCSIID SELID /* SCSI ID */
|
H A D | aha152x.c | 1637 selid = GETPORT(SELID) & ~(1 << shpnt->this_id); in seldi_run() 2733 seq_printf(m, "SELID(%02x), ", GETPORT(SELID)); in get_ports()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 2117 ahd_name(ahd), 'A', ahd_inb(ahd, SELID) >> 4); in ahd_handle_seqint() 2129 printk("SELID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, " in ahd_handle_seqint() 2131 ahd_inb(ahd, SELID), ahd_inb_scbram(ahd, SCB_SCSIID), in ahd_handle_seqint() 9673 ahd_selid_print(ahd_inb(ahd, SELID), &cur_col, 50); in ahd_dump_card_state()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 2116 ahd_name(ahd), 'A', ahd_inb(ahd, SELID) >> 4); in ahd_handle_seqint() 2128 printk("SELID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, " in ahd_handle_seqint() 2130 ahd_inb(ahd, SELID), ahd_inb_scbram(ahd, SCB_SCSIID), in ahd_handle_seqint() 9669 ahd_selid_print(ahd_inb(ahd, SELID), &cur_col, 50); in ahd_dump_card_state()
|
Completed in 31 milliseconds