Lines Matching refs:saved_scbptr
2092 u_int saved_scbptr; in ahc_update_pending_scbs() local
2135 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_update_pending_scbs()
2156 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_update_pending_scbs()
5183 u_int saved_scbptr; in ahc_index_busy_tcl() local
5185 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_index_busy_tcl()
5188 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_index_busy_tcl()
5203 u_int saved_scbptr; in ahc_unbusy_tcl() local
5205 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_unbusy_tcl()
5208 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_unbusy_tcl()
5221 u_int saved_scbptr; in ahc_busy_tcl() local
5223 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_busy_tcl()
5226 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_busy_tcl()
6662 uint8_t saved_scbptr; in ahc_dump_card_state() local
6671 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_dump_card_state()
6825 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_dump_card_state()