Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq1656 * FIFO free'd prior to starting the BITBUCKET. BITBUCKET
1662 or SXFRCTL1,BITBUCKET;
1665 and SXFRCTL1, ~BITBUCKET;
2235 * BITBUCKET, flip that on and let the hardware eat any overrun
2237 * BITBUCKET.
H A Daic7xxx_reg.h1080 #define BITBUCKET 0x80 macro
H A Daic7xxx.seq896 or SXFRCTL1,BITBUCKET;
902 and SXFRCTL1, ~BITBUCKET;
H A Daic7xxx.reg91 field BITBUCKET 0x80
H A Daic79xx_reg.h2665 #define BITBUCKET 0x80 macro
H A Daic79xx.reg1557 field BITBUCKET 0x80
H A Daic79xx.c315 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET); in ahd_restart()