Searched refs:CMDS_PENDING (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aic79xx.seq | 262 test CMDS_PENDING[1], 0xFF jnz coalesce_by_count; 265 add NONE, A, CMDS_PENDING; 297 add CMDS_PENDING, 1; 298 adc CMDS_PENDING[1], A; 447 add CMDS_PENDING, -1; 448 adc CMDS_PENDING[1], -1;
|
H A D | aic79xx_reg.h | 3666 #define CMDS_PENDING 0x154 macro
|
H A D | aic79xx.reg | 3757 CMDS_PENDING {
|
/openbsd/sys/dev/ic/ |
H A D | aic79xx.c | 6518 ahd_outw(ahd, CMDS_PENDING, 0); in ahd_chip_init() 7075 ahd_outw(ahd, CMDS_PENDING, pending_cmds - ahd_qinfifo_count(ahd)); in ahd_reset_cmds_pending() 7282 ahd_outw(ahd, CMDS_PENDING, in ahd_search_qinfifo() 7283 ahd_inw(ahd, CMDS_PENDING)-1); in ahd_search_qinfifo() 7388 ahd_outw(ahd, CMDS_PENDING, ahd_inw(ahd, CMDS_PENDING) - found); in ahd_search_scb_list() 8746 ahd->scb_data.numscbs, ahd_inw(ahd, CMDS_PENDING), in ahd_dump_card_state()
|