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

  /src/sys/dev/pci/
ahd_pci.c 741 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET);
743 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
744 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D'
745 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
746 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T')
747 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B'
748 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I'
749 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O'
750 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S')
751 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A
    [all...]
  /src/sys/dev/ic/
aic79xx_inline.h 434 static __inline u_int ahd_inb_scbram(struct ahd_softc *, u_int);
660 ahd_inb_scbram(struct ahd_softc *ahd, u_int offset) function in typeref:typename:u_int
687 return (ahd_inb_scbram(ahd, offset)
688 | (ahd_inb_scbram(ahd, offset+1) << 8));
aic79xx.c 448 if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0
449 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0
450 || (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR)
462 ahd_inb_scbram(ahd, SCB_SGPTR)
516 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
622 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) + 1);
668 ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT+3) << 24;
793 ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL);
807 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) - 1);
1146 ahd_inb_scbram(ahd, SCB_CONTROL
    [all...]

Completed in 35 milliseconds