Searched refs:scbptr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | aic79xx_inline.h | 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() 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()
|
| H A D | aic7xxx.c | 220 u_int prev, u_int scbptr); 919 u_int scbptr; in ahc_handle_seqint() local 921 scbptr = ahc_inb(ahc, SCBPTR); in ahc_handle_seqint() 923 scbptr, ahc_inb(ahc, ARG_1), in ahc_handle_seqint() 924 ahc->scb_data->hscbs[scbptr].tag); in ahc_handle_seqint() 1157 u_int scbptr; in ahc_handle_scsiint() local 1179 scbptr = ahc_inb(ahc, WAITING_SCBH); in ahc_handle_scsiint() 1180 ahc_outb(ahc, SCBPTR, scbptr); in ahc_handle_scsiint() 1187 ahc_name(ahc), scbptr, scb_index); in ahc_handle_scsiint() 5772 ahc_rem_scb_from_disc_list(struct ahc_softc *ahc, u_int prev, u_int scbptr) in ahc_rem_scb_from_disc_list() argument [all …]
|