Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/aic7xxx/
HDaic79xx.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.
HDaic7xxx_reg.h1080 #define BITBUCKET 0x80 macro
HDaic7xxx.c263 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_restart()
784 ahc_inb(ahc, SXFRCTL1) | BITBUCKET); in ahc_handle_seqint()
793 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_handle_seqint()
HDaic7xxx.seq896 or SXFRCTL1,BITBUCKET;
902 and SXFRCTL1, ~BITBUCKET;
HDaic7xxx.reg91 field BITBUCKET 0x80
HDaic79xx_reg.h2665 #define BITBUCKET 0x80 macro
HDaic79xx.reg1557 field BITBUCKET 0x80
HDaic79xx.c322 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET); in ahd_restart()