Searched refs:BITBUCKET (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/scsi/ |
D | aha152x.h | 83 #define BITBUCKET 0x80 macro
|
/linux-5.19.10/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 | 819 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_restart() 1339 ahc_inb(ahc, SXFRCTL1) | BITBUCKET); in ahc_handle_seqint() 1348 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 | 650 #define BITBUCKET 0x80
|
D | aic79xx.reg | 1647 field BITBUCKET 0x80
|
D | aic79xx_core.c | 1130 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET); in ahd_restart()
|