Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Daic7xxx_osm.c881 u_int saved_scbptr; in ahc_timeout() local
883 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_timeout()
1036 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_timeout()
Daic7xxx.c2093 u_int saved_scbptr; in ahc_update_pending_scbs() local
2136 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_update_pending_scbs()
2157 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_update_pending_scbs()
5127 u_int saved_scbptr; in ahc_index_busy_tcl() local
5129 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_index_busy_tcl()
5132 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_index_busy_tcl()
5147 u_int saved_scbptr; in ahc_unbusy_tcl() local
5149 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_unbusy_tcl()
5152 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_unbusy_tcl()
5165 u_int saved_scbptr; in ahc_busy_tcl() local
[all …]
Daic79xx.c393 u_int saved_scbptr; in ahd_flush_qoutfifo() local
410 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo()
473 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo()
496 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo()
543 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo()
1987 u_int saved_scbptr; in ahd_handle_pkt_busfree() local
2039 saved_scbptr = ahd_get_scbptr(ahd); in ahd_handle_pkt_busfree()
2054 ahd_set_scbptr(ahd, saved_scbptr); in ahd_handle_pkt_busfree()
3273 u_int saved_scbptr; in ahd_update_pending_scbs() local
3326 saved_scbptr = ahd_get_scbptr(ahd); in ahd_update_pending_scbs()
[all …]