Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic7xxx.c2104 u_int saved_scbptr; in ahc_update_pending_scbs() local
2147 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_update_pending_scbs()
2168 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_update_pending_scbs()
5244 u_int saved_scbptr; in ahc_index_busy_tcl() local
5246 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_index_busy_tcl()
5249 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_index_busy_tcl()
5264 u_int saved_scbptr; in ahc_unbusy_tcl() local
5266 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_unbusy_tcl()
5269 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_unbusy_tcl()
5282 u_int saved_scbptr; in ahc_busy_tcl() local
[all …]
HDaic79xx.c383 u_int saved_scbptr; in ahd_flush_qoutfifo() local
394 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo()
477 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo()
512 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo()
578 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo()
2047 u_int saved_scbptr; in ahd_handle_pkt_busfree() local
2095 saved_scbptr = ahd_get_scbptr(ahd); in ahd_handle_pkt_busfree()
2109 ahd_set_scbptr(ahd, saved_scbptr); in ahd_handle_pkt_busfree()
3380 u_int saved_scbptr; in ahd_update_pending_scbs() local
3435 saved_scbptr = ahd_get_scbptr(ahd); in ahd_update_pending_scbs()
[all …]