Searched refs:SIMODE0 (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/scsi/ |
D | aha152x.c | 806 SETPORT(SIMODE0, 0); in aha152x_probe_one() 903 SETPORT(SIMODE0, ENSELDO | (DISCONNECTED_SC ? ENSELDI : 0)); in setup_expected_interrupts() 906 SETPORT(SIMODE0, (acp->phase & spiordy) ? ENSPIORDY : 0); in setup_expected_interrupts() 910 SETPORT(SIMODE0, 0); in setup_expected_interrupts() 913 SETPORT(SIMODE0, DISCONNECTED_SC ? ENSELDI : 0); in setup_expected_interrupts() 1995 SETPORT(SIMODE0, 0); in datai_init() 2129 SETPORT(SIMODE0, 0); in datao_init() 2458 s0 = GETPORT(SIMODE0); in disp_enintr() 2662 s = GETPORT(SSTAT0) & GETPORT(SIMODE0); in get_ports() 2790 s = GETPORT(SIMODE0); in get_ports()
|
D | aha152x.h | 34 #define SIMODE0 (HOSTIOPORT1+0x10) /* SCSI interrupt mode 0 */ macro
|
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg.h_shipped | 75 ahc_print_register(NULL, 0, "SIMODE0", 0x10, regvalue, cur_col, wrap) 317 #define SIMODE0 0x10
|
D | aic7xxx_reg_print.c_shipped | 171 return (ahc_print_register(SIMODE0_parse_table, 8, "SIMODE0",
|
D | aic7xxx_core.c | 2019 simode0 = ahc_inb(ahc, SIMODE0); in ahc_clear_critical_section() 2020 ahc_outb(ahc, SIMODE0, 0); in ahc_clear_critical_section() 2047 ahc_outb(ahc, SIMODE0, simode0); in ahc_clear_critical_section() 5064 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR); in ahc_chip_init() 5081 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR); in ahc_chip_init() 7152 ahc_simode0_print(ahc_inb(ahc, SIMODE0), &cur_col, 50); in ahc_dump_card_state()
|
D | aic79xx_core.c | 2411 simode0 = ahd_inb(ahd, SIMODE0); in ahd_handle_scsiint() 3474 simode0 = ahd_inb(ahd, SIMODE0); in ahd_clear_critical_section() 3480 ahd_outb(ahd, SIMODE0, 0); in ahd_clear_critical_section() 3508 ahd_outb(ahd, SIMODE0, simode0); in ahd_clear_critical_section() 6568 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) | (ENSELDO|ENSELDI)); in ahd_setup_iocell_workaround() 6601 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) & ~(ENSELDO|ENSELDI)); in ahd_iocell_first_selection() 7270 ahd_outb(ahd, SIMODE0, ENIOERR|ENOVERRUN); in ahd_chip_init() 9855 ahd_simode0_print(ahd_inb(ahd, SIMODE0), &cur_col, 50); in ahd_dump_card_state()
|
D | aic79xx_reg_print.c_shipped | 250 return (ahd_print_register(SIMODE0_parse_table, 7, "SIMODE0",
|
D | aic7xxx.reg | 389 * in SIMODE0 to interrupt via the IRQ pin. 391 register SIMODE0 {
|
D | aic79xx_reg.h_shipped | 117 ahd_print_register(NULL, 0, "SIMODE0", 0x4b, regvalue, cur_col, wrap) 731 #define SIMODE0 0x4b
|
D | aic79xx.reg | 1949 * in SIMODE0 to interrupt via the IRQ pin. 1951 register SIMODE0 {
|