Lines Matching refs:saved_scbptr
2673 u_int saved_scbptr; in ahc_update_pending_scbs() local
2716 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_update_pending_scbs()
2737 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_update_pending_scbs()
5639 u_int saved_scbptr; in ahc_index_busy_tcl() local
5641 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_index_busy_tcl()
5644 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_index_busy_tcl()
5659 u_int saved_scbptr; in ahc_unbusy_tcl() local
5661 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_unbusy_tcl()
5664 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_unbusy_tcl()
5677 u_int saved_scbptr; in ahc_busy_tcl() local
5679 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_busy_tcl()
5682 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_busy_tcl()
7114 uint8_t saved_scbptr; in ahc_dump_card_state() local
7123 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_dump_card_state()
7276 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_dump_card_state()