HomeSort by: relevance | last modified time | path
    Searched refs:QINPOS (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 98 mov A, QINPOS;
141 inc QINPOS;
aic7xxx.reg 1427 QINPOS {
aic7xxx_reg.h 383 ahc_print_register(NULL, 0, "QINPOS", 0x4d, regvalue, cur_col, wrap)
1368 #define QINPOS 0x4d
  /src/sys/dev/ic/
aic7xxx.c 4825 ahc_outb(ahc, QINPOS, 0);
5275 uint8_t qinpos; local in function:ahc_qinfifo_count
5279 qinpos = ahc_inb(ahc, SNSCB_QOFF);
5280 ahc_outb(ahc, SNSCB_QOFF, qinpos);
5282 qinpos = ahc_inb(ahc, QINPOS);
5283 diff = ahc->qinfifonext - qinpos;
5295 uint8_t qinpos; local in function:ahc_search_qinfifo
5309 qinstart = ahc_inb(ahc, QINPOS);
5310 qinpos = qinstart
6609 uint8_t qinpos; local in function:ahc_dump_card_state
    [all...]

Completed in 18 milliseconds