Searched refs:scbptr (Results 1 – 1 of 1) sorted by relevance
443 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() argument601 ahd_outb(ahd, SCBPTR, scbptr & 0xFF); in ahd_set_scbptr()602 ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF); in ahd_set_scbptr()