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

  /src/sys/dev/ic/
aic79xx_inline.h 414 ahd_inw(struct ahd_softc *, u_int);
515 ahd_inw(struct ahd_softc *ahd, u_int port) function in typeref:typename:uint16_t
618 oldvalue = ahd_inw(ahd, SNSCB_QOFF);
aic79xx.c 465 comp_head = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD);
501 scbid = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD);
523 scbid = ahd_inw(ahd, COMPLETE_SCB_HEAD);
919 cmds_pending = ahd_inw(ahd, CMDS_PENDING);
1248 ahd_inw(ahd, REG0), ahd_inb(ahd, ACCUM));
1255 ahd_inw(ahd, SINDEX));
1589 scbid1 = ahd_inw(ahd, WAITING_TID_HEAD);
2012 scbid = ahd_inw(ahd, CURRSCB);
2038 waiting_h = ahd_inw(ahd, WAITING_TID_HEAD);
2043 waiting_t = ahd_inw(ahd, WAITING_TID_TAIL)
    [all...]

Completed in 14 milliseconds