Searched refs:SIMODE0 (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | aha152x.c | 798 SETPORT(SIMODE0, 0); in aha152x_probe_one() 893 SETPORT(SIMODE0, ENSELDO | (DISCONNECTED_SC ? ENSELDI : 0)); in setup_expected_interrupts() 896 SETPORT(SIMODE0, (CURRENT_SC->SCp.phase & spiordy) ? ENSPIORDY : 0); in setup_expected_interrupts() 900 SETPORT(SIMODE0, 0); in setup_expected_interrupts() 903 SETPORT(SIMODE0, DISCONNECTED_SC ? ENSELDI : 0); in setup_expected_interrupts() 1964 SETPORT(SIMODE0, 0); in datai_init() 2099 SETPORT(SIMODE0, 0); in datao_init() 2422 s0 = GETPORT(SIMODE0); in disp_enintr() 2622 s = GETPORT(SSTAT0) & GETPORT(SIMODE0); in get_ports() 2750 s = GETPORT(SIMODE0); in get_ports()
|
D | aha152x.h | 34 #define SIMODE0 (HOSTIOPORT1+0x10) /* SCSI interrupt mode 0 */ macro
|
/Linux-v4.19/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 | 2043 simode0 = ahc_inb(ahc, SIMODE0); in ahc_clear_critical_section() 2044 ahc_outb(ahc, SIMODE0, 0); in ahc_clear_critical_section() 2071 ahc_outb(ahc, SIMODE0, simode0); in ahc_clear_critical_section() 5108 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR); in ahc_chip_init() 5125 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR); in ahc_chip_init() 7220 ahc_simode0_print(ahc_inb(ahc, SIMODE0), &cur_col, 50); in ahc_dump_card_state()
|
D | aic79xx_core.c | 2429 simode0 = ahd_inb(ahd, SIMODE0); in ahd_handle_scsiint() 3507 simode0 = ahd_inb(ahd, SIMODE0); in ahd_clear_critical_section() 3513 ahd_outb(ahd, SIMODE0, 0); in ahd_clear_critical_section() 3541 ahd_outb(ahd, SIMODE0, simode0); in ahd_clear_critical_section() 6621 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) | (ENSELDO|ENSELDI)); in ahd_setup_iocell_workaround() 6654 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) & ~(ENSELDO|ENSELDI)); in ahd_iocell_first_selection() 7352 ahd_outb(ahd, SIMODE0, ENIOERR|ENOVERRUN); in ahd_chip_init() 9941 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 | aic79xx_reg.h_shipped | 117 ahd_print_register(NULL, 0, "SIMODE0", 0x4b, regvalue, cur_col, wrap) 731 #define SIMODE0 0x4b
|
D | aic7xxx.reg | 389 * in SIMODE0 to interrupt via the IRQ pin. 391 register SIMODE0 {
|
D | aic79xx.reg | 1949 * in SIMODE0 to interrupt via the IRQ pin. 1951 register SIMODE0 {
|