Searched refs:LOADING_NEEDED (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 1512 test SG_STATE, LOADING_NEEDED jz idle_sgfetch_okay; 1546 mvi SG_STATE, SEGS_AVAIL|LOADING_NEEDED; 1619 mvi SG_STATE, LOADING_NEEDED ret; 1624 test SG_STATE, LOADING_NEEDED jnz service_fifo; 1679 test SG_STATE, LOADING_NEEDED jz data_group_dma_loop; 1995 test SG_STATE, LOADING_NEEDED jz pkt_last_seg; 2012 test SG_STATE, LOADING_NEEDED jnz service_fifo;
|
H A D | aic79xx.c | 633 ahd_outb(ahd, SG_STATE, LOADING_NEEDED); in ahd_run_data_fifo() 730 } else if ((ahd_inb(ahd, SG_STATE) & LOADING_NEEDED) != 0) { in ahd_run_data_fifo() 743 ahd_outb(ahd, SG_STATE, LOADING_NEEDED); in ahd_run_data_fifo()
|
H A D | aic79xx_reg.h | 3314 #define LOADING_NEEDED 0x02 macro
|
H A D | aic79xx.reg | 3462 field LOADING_NEEDED 0x02
|