Home
last modified time | relevance | path

Searched refs:SCB_FIFO_USE_COUNT (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/microcode/aic7xxx/
H A Daic79xx.seq188 test SCB_FIFO_USE_COUNT, 0xFF jnz idle_loop_gsfifo_in_scsi_mode;
314 clr SCB_FIFO_USE_COUNT;
1244 test SCB_FIFO_USE_COUNT, 0xFF jnz return;
1937 inc SCB_FIFO_USE_COUNT;
2057 dec SCB_FIFO_USE_COUNT;
2102 dec SCB_FIFO_USE_COUNT;
2181 inc SCB_FIFO_USE_COUNT;
2212 dec SCB_FIFO_USE_COUNT;
2243 inc SCB_FIFO_USE_COUNT;
2269 dec SCB_FIFO_USE_COUNT;
H A Daic79xx_reg.h3701 #define SCB_FIFO_USE_COUNT 0x190 macro
H A Daic79xx.reg3843 alias SCB_FIFO_USE_COUNT
/openbsd/sys/dev/ic/
H A Daic79xx.c675 ahd_outb(ahd, SCB_FIFO_USE_COUNT, in ahd_run_data_fifo()
676 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) + 1); in ahd_run_data_fifo()
854 ahd_outb(ahd, SCB_FIFO_USE_COUNT, in ahd_run_data_fifo()
855 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) - 1); in ahd_run_data_fifo()
8761 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT)); in ahd_dump_card_state()