Searched refs:SIMODE0 (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | aha152x.c | 796 SETPORT(SIMODE0, 0); in aha152x_probe_one() 891 SETPORT(SIMODE0, ENSELDO | (DISCONNECTED_SC ? ENSELDI : 0)); in setup_expected_interrupts() 894 SETPORT(SIMODE0, (CURRENT_SC->SCp.phase & spiordy) ? ENSPIORDY : 0); in setup_expected_interrupts() 898 SETPORT(SIMODE0, 0); in setup_expected_interrupts() 901 SETPORT(SIMODE0, DISCONNECTED_SC ? ENSELDI : 0); in setup_expected_interrupts() 1965 SETPORT(SIMODE0, 0); in datai_init() 2100 SETPORT(SIMODE0, 0); in datao_init() 2423 s0 = GETPORT(SIMODE0); in disp_enintr() 2623 s = GETPORT(SSTAT0) & GETPORT(SIMODE0); in get_ports() 2751 s = GETPORT(SIMODE0); in get_ports()
|
D | aha152x.h | 33 #define SIMODE0 (HOSTIOPORT1+0x10) /* SCSI interrupt mode 0 */ macro
|
/linux-4.1.27/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() 6623 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) | (ENSELDO|ENSELDI)); in ahd_setup_iocell_workaround() 6656 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) & ~(ENSELDO|ENSELDI)); in ahd_iocell_first_selection() 7363 ahd_outb(ahd, SIMODE0, ENIOERR|ENOVERRUN); in ahd_chip_init() 9953 ahd_simode0_print(ahd_inb(ahd, SIMODE0), &cur_col, 50); in ahd_dump_card_state()
|
D | aic79xx_reg_print.c_shipped | 268 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 | 313 ahd_print_register(NULL, 0, "SIMODE0", 0x4b, regvalue, cur_col, wrap) 1625 #define SIMODE0 0x4b
|
D | aic79xx.reg | 1949 * in SIMODE0 to interrupt via the IRQ pin. 1951 register SIMODE0 {
|