Searched refs:SXFRCTL0 (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | aha152x.c | 1213 SETPORT(SXFRCTL0, CH1|CLRCH1|CLRSTCNT); in reset_ports() 1214 SETPORT(SXFRCTL0, CH1); in reset_ports() 1380 SETPORT(SXFRCTL0, CH1|CLRCH1|CLRSTCNT); in busfree_run() 1381 SETPORT(SXFRCTL0, CH1); in busfree_run() 1961 SETPORT(SXFRCTL0, CH1|CLRSTCNT); in datai_init() 1962 SETPORT(SXFRCTL0, CH1|SCSIEN|DMAEN); in datai_init() 2083 SETPORT(SXFRCTL0, CH1|CLRSTCNT); in datai_end() 2096 SETPORT(SXFRCTL0, CH1|CLRSTCNT); in datao_init() 2097 SETPORT(SXFRCTL0, CH1|SCSIEN|DMAEN); in datao_init() 2179 SETPORT(SXFRCTL0, CH1|CLRCH1|CLRSTCNT); in datao_end() [all …]
|
D | aha152x.h | 17 #define SXFRCTL0 (HOSTIOPORT0+0x01) /* SCSI transfer control 0 */ macro
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 77 and SXFRCTL0, ~SPIOEN; 338 or SXFRCTL0, SPIOEN|CLRSTCNT|CLRCHN; 398 or SXFRCTL0, FAST20; 419 or SXFRCTL0, SPIOEN; 423 and SXFRCTL0, ~SPIOEN; 445 or SXFRCTL0, CLRSTCNT|CLRCHN; 507 or SXFRCTL0, CLRSTCNT|CLRCHN; 580 or SXFRCTL0, SPIOEN; 584 and SXFRCTL0, ~SPIOEN; /* Last Byte */ 645 or SXFRCTL0, SPIOEN|CLRSTCNT|CLRCHN; [all …]
|
D | aic7xxx_core.c | 1186 printk("SXFRCTL0 == 0x%x\n", ahc_inb(ahc, SXFRCTL0)); in ahc_handle_seqint() 1436 ahc_outb(ahc, SXFRCTL0, in ahc_handle_seqint() 1437 ahc_inb(ahc, SXFRCTL0) | CLRSTCNT|CLRCHN); in ahc_handle_seqint() 1438 ahc_outb(ahc, SXFRCTL0, in ahc_handle_seqint() 1439 ahc_inb(ahc, SXFRCTL0) | CLRSTCNT|CLRCHN); in ahc_handle_seqint() 2569 sxfrctl0 = ahc_inb(ahc, SXFRCTL0); in ahc_set_syncrate() 2573 ahc_outb(ahc, SXFRCTL0, sxfrctl0); in ahc_set_syncrate() 3437 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase() 3438 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase() 3444 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase() [all …]
|
D | aic7xxx_reg.h_shipped | 26 ahc_print_register(NULL, 0, "SXFRCTL0", 0x01, regvalue, cur_col, wrap) 195 #define SXFRCTL0 0x01
|
D | aic79xx_core.c | 2155 printk("SXFRCTL0 == 0x%x\n", ahd_inb(ahd, SXFRCTL0)); in ahd_handle_seqint() 4936 ahd_outb(ahd, SXFRCTL0, in ahd_handle_message_phase() 4937 ahd_inb(ahd, SXFRCTL0) | SPIOEN); in ahd_handle_message_phase() 4943 ahd_outb(ahd, SXFRCTL0, in ahd_handle_message_phase() 4944 ahd_inb(ahd, SXFRCTL0) & ~SPIOEN); in ahd_handle_message_phase() 4952 ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) | SPIOEN); in ahd_handle_message_phase() 4977 ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) & ~SPIOEN); in ahd_handle_message_phase() 5005 ahd_outb(ahd, SXFRCTL0, in ahd_handle_message_phase() 5006 ahd_inb(ahd, SXFRCTL0) | SPIOEN); in ahd_handle_message_phase() 5017 ahd_outb(ahd, SXFRCTL0, in ahd_handle_message_phase() [all …]
|
D | aic7xxx_reg_print.c_shipped | 42 return (ahc_print_register(SXFRCTL0_parse_table, 7, "SXFRCTL0",
|
D | aic7xxx.reg | 85 register SXFRCTL0 {
|
D | aic79xx_reg.h_shipped | 641 #define SXFRCTL0 0x3c
|
D | aic79xx.seq | 645 or SXFRCTL0, SPIOEN; 835 or SXFRCTL0, SPIOEN;
|
D | aic79xx.reg | 1629 register SXFRCTL0 {
|