Searched refs:saved_scbptr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 2095 u_int saved_scbptr; in ahc_update_pending_scbs() local 2138 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_update_pending_scbs() 2159 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_update_pending_scbs() 5228 u_int saved_scbptr; in ahc_index_busy_tcl() local 5230 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_index_busy_tcl() 5233 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_index_busy_tcl() 5248 u_int saved_scbptr; in ahc_unbusy_tcl() local 5250 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_unbusy_tcl() 5253 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_unbusy_tcl() 5266 u_int saved_scbptr; in ahc_busy_tcl() local [all …]
|
| H A D | aic79xx.c | 376 u_int saved_scbptr; in ahd_flush_qoutfifo() local 387 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo() 470 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo() 505 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo() 571 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo() 2040 u_int saved_scbptr; in ahd_handle_pkt_busfree() local 2088 saved_scbptr = ahd_get_scbptr(ahd); in ahd_handle_pkt_busfree() 2102 ahd_set_scbptr(ahd, saved_scbptr); in ahd_handle_pkt_busfree() 3371 u_int saved_scbptr; in ahd_update_pending_scbs() local 3426 saved_scbptr = ahd_get_scbptr(ahd); in ahd_update_pending_scbs() [all …]
|