Home
last modified time | relevance | path

Searched refs:scbptr (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic79xx_inline.h443 static __inline void ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr);
597 ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr) in ahd_set_scbptr() argument
601 ahd_outb(ahd, SCBPTR, scbptr & 0xFF); in ahd_set_scbptr()
602 ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF); in ahd_set_scbptr()