Searched refs:BITBUCKET (Results 1 – 12 of 12) sorted by relevance
/drivers/scsi/ |
D | aha152x.h | 82 #define BITBUCKET 0x80 macro
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 25 #define BITBUCKET 0x80 macro
|
D | aic7xxx.seq | 61 and SXFRCTL1, ~BITBUCKET; 401 or SXFRCTL1,BITBUCKET; 429 test SXFRCTL1, BITBUCKET jnz data_phase_overrun; 437 test SXFRCTL1,BITBUCKET jnz data_phase_overrun; 575 * Turn off BITBUCKET mode and notify the host 584 and SXFRCTL1, ~BITBUCKET;
|
D | aic7xxx.reg | 87 bit BITBUCKET 0x80
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1658 * FIFO free'd prior to starting the BITBUCKET. BITBUCKET 1664 or SXFRCTL1,BITBUCKET; 1667 and SXFRCTL1, ~BITBUCKET; 2237 * BITBUCKET, flip that on and let the hardware eat any overrun 2239 * BITBUCKET.
|
D | aic7xxx_reg.h_shipped | 206 #define BITBUCKET 0x80
|
D | aic7xxx_core.c | 826 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_restart() 1347 ahc_inb(ahc, SXFRCTL1) | BITBUCKET); in ahc_handle_seqint() 1356 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_handle_seqint()
|
D | aic7xxx.seq | 894 or SXFRCTL1,BITBUCKET; 900 and SXFRCTL1, ~BITBUCKET;
|
D | aic7xxx.reg | 104 field BITBUCKET 0x80
|
D | aic79xx_reg.h_shipped | 1525 #define BITBUCKET 0x80
|
D | aic79xx.reg | 1647 field BITBUCKET 0x80
|
D | aic79xx_core.c | 1138 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET); in ahd_restart()
|