Searched refs:SXFRCTL0 (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/scsi/ |
| A D | aha152x.c | 1206 SETPORT(SXFRCTL0, CH1); in reset_ports() 1375 SETPORT(SXFRCTL0, CH1); in busfree_run() 1955 SETPORT(SXFRCTL0, CH1|CLRSTCNT); in datai_init() 1956 SETPORT(SXFRCTL0, CH1|SCSIEN|DMAEN); in datai_init() 2075 SETPORT(SXFRCTL0, CH1|CLRSTCNT); in datai_end() 2088 SETPORT(SXFRCTL0, CH1|CLRSTCNT); in datao_init() 2089 SETPORT(SXFRCTL0, CH1|SCSIEN|DMAEN); in datao_init() 2176 SETPORT(SXFRCTL0, CH1); in datao_end() 2329 SETPORT(SXFRCTL0, CH1); in is_complete() 2352 SETPORT(SXFRCTL0, CH1|SPIOEN); in is_complete() [all …]
|
| A D | aha152x.h | 17 #define SXFRCTL0 (HOSTIOPORT0+0x01) /* SCSI transfer control 0 */ macro
|
| /linux/drivers/scsi/aic7xxx/ |
| A D | aic7xxx.seq | 77 and SXFRCTL0, ~SPIOEN; 398 or SXFRCTL0, FAST20; 419 or SXFRCTL0, SPIOEN; 423 and SXFRCTL0, ~SPIOEN; 445 or SXFRCTL0, CLRSTCNT|CLRCHN; 580 or SXFRCTL0, SPIOEN; 681 and SXFRCTL0, ~SPIOEN; 695 or SXFRCTL0, CLRSTCNT|CLRCHN; 707 and SXFRCTL0, ~(FAST20); 2029 or SXFRCTL0, SPIOEN; [all …]
|
| A D | aic7xxx_core.c | 1428 ahc_outb(ahc, SXFRCTL0, in ahc_handle_seqint() 1430 ahc_outb(ahc, SXFRCTL0, in ahc_handle_seqint() 2544 sxfrctl0 = ahc_inb(ahc, SXFRCTL0); in ahc_set_syncrate() 2548 ahc_outb(ahc, SXFRCTL0, sxfrctl0); in ahc_set_syncrate() 3412 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase() 3419 ahc_outb(ahc, SXFRCTL0, 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() 3476 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase() 3488 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase() [all …]
|
| A D | aic79xx_core.c | 4900 ahd_outb(ahd, SXFRCTL0, in ahd_handle_message_phase() 4901 ahd_inb(ahd, SXFRCTL0) | SPIOEN); in ahd_handle_message_phase() 4907 ahd_outb(ahd, SXFRCTL0, 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() 4969 ahd_outb(ahd, SXFRCTL0, in ahd_handle_message_phase() 4970 ahd_inb(ahd, SXFRCTL0) | SPIOEN); in ahd_handle_message_phase() 4981 ahd_outb(ahd, SXFRCTL0, in ahd_handle_message_phase() 4982 ahd_inb(ahd, SXFRCTL0) | SPIOEN); in ahd_handle_message_phase() [all …]
|
| A D | aic7xxx_reg.h_shipped | 26 ahc_print_register(NULL, 0, "SXFRCTL0", 0x01, regvalue, cur_col, wrap) 195 #define SXFRCTL0 0x01
|
| A D | aic7xxx_reg_print.c_shipped | 42 return (ahc_print_register(SXFRCTL0_parse_table, 7, "SXFRCTL0",
|
| A D | aic79xx_reg.h_shipped | 641 #define SXFRCTL0 0x3c
|
| A D | aic7xxx.reg | 85 register SXFRCTL0 {
|
| A D | aic79xx.seq | 645 or SXFRCTL0, SPIOEN; 835 or SXFRCTL0, SPIOEN;
|
| A D | aic79xx.reg | 1629 register SXFRCTL0 {
|
Completed in 47 milliseconds