Home
last modified time | relevance | path

Searched refs:BITBUCKET (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/scsi/
Daha152x.h83 #define BITBUCKET 0x80 macro
/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx.seq1658 * 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.
Daic7xxx_reg.h_shipped206 #define BITBUCKET 0x80
Daic7xxx_core.c819 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()
Daic7xxx.seq894 or SXFRCTL1,BITBUCKET;
900 and SXFRCTL1, ~BITBUCKET;
Daic7xxx.reg104 field BITBUCKET 0x80
Daic79xx_reg.h_shipped650 #define BITBUCKET 0x80
Daic79xx.reg1647 field BITBUCKET 0x80
Daic79xx_core.c1130 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET); in ahd_restart()