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

/freebsd-9.3-release/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) argument
601 ahd_outb(ahd, SCBPTR, scbptr & 0xFF);
602 ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF);
H A Daic7xxx.c219 u_int prev, u_int scbptr);
921 u_int scbptr; local
923 scbptr = ahc_inb(ahc, SCBPTR);
925 scbptr, ahc_inb(ahc, ARG_1),
926 ahc->scb_data->hscbs[scbptr].tag);
1159 u_int scbptr; local
1181 scbptr = ahc_inb(ahc, WAITING_SCBH);
1182 ahc_outb(ahc, SCBPTR, scbptr);
1189 ahc_name(ahc), scbptr, scb_index);
5808 ahc_rem_scb_from_disc_list(struct ahc_softc *ahc, u_int prev, u_int scbptr) argument
[all...]

Completed in 101 milliseconds