Searched refs:SPIOEN (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | aha152x.h | 79 #define SPIOEN 0x08 macro
|
D | aha152x.c | 2392 SETPORT(SXFRCTL0, CH1|SPIOEN); in is_complete() 2712 if (s & SPIOEN) in get_ports()
|
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 77 and SXFRCTL0, ~SPIOEN; 338 or SXFRCTL0, SPIOEN|CLRSTCNT|CLRCHN; 411 * We carefully toggle SPIOEN to allow us to return the 419 or SXFRCTL0, SPIOEN; 423 and SXFRCTL0, ~SPIOEN; 580 or SXFRCTL0, SPIOEN; 584 and SXFRCTL0, ~SPIOEN; /* Last Byte */ 645 or SXFRCTL0, SPIOEN|CLRSTCNT|CLRCHN; 681 and SXFRCTL0, ~SPIOEN; 2029 or SXFRCTL0, SPIOEN; [all …]
|
D | aic7xxx_reg_print.c_shipped | 32 { "SPIOEN", 0x08, 0x08 },
|
D | aic7xxx_core.c | 3413 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase() 3420 ahc_inb(ahc, SXFRCTL0) & ~SPIOEN); in ahc_handle_message_phase() 3428 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase() 3448 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN); in ahc_handle_message_phase() 3477 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase() 3489 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase() 5066 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN); in ahc_chip_init() 5083 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN); in ahc_chip_init()
|
D | aic7xxx_reg.h_shipped | 200 #define SPIOEN 0x08
|
D | aic79xx_core.c | 4901 ahd_inb(ahd, SXFRCTL0) | SPIOEN); in ahd_handle_message_phase() 4908 ahd_inb(ahd, SXFRCTL0) & ~SPIOEN); in ahd_handle_message_phase() 4916 ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) | SPIOEN); in ahd_handle_message_phase() 4941 ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) & ~SPIOEN); in ahd_handle_message_phase() 4970 ahd_inb(ahd, SXFRCTL0) | SPIOEN); in ahd_handle_message_phase() 4982 ahd_inb(ahd, SXFRCTL0) | SPIOEN); in ahd_handle_message_phase()
|
D | aic7xxx.reg | 92 field SPIOEN 0x08
|
D | aic79xx_reg.h_shipped | 645 #define SPIOEN 0x08
|
D | aic79xx.seq | 645 or SXFRCTL0, SPIOEN; 835 or SXFRCTL0, SPIOEN;
|
D | aic79xx.reg | 1636 field SPIOEN 0x08
|