Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2673 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
5677 u_int saved_scbptr; in ahc_busy_tcl() local
7114 uint8_t saved_scbptr; in ahc_dump_card_state() local
7123 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_dump_card_state()
[all …]
H A Daic79xx_core.c1191 u_int saved_scbptr; in ahd_flush_qoutfifo() local
1202 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo()
1284 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo()
1320 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo()
1385 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo()
2893 u_int saved_scbptr; in ahd_handle_pkt_busfree() local
2956 ahd_set_scbptr(ahd, saved_scbptr); in ahd_handle_pkt_busfree()
4191 u_int saved_scbptr; in ahd_update_pending_scbs() local
4258 ahd_set_scbptr(ahd, saved_scbptr); in ahd_update_pending_scbs()
7925 u_int saved_scbptr; in ahd_find_busy_tcl() local
[all …]
H A Daic79xx_osm.c2129 u_int saved_scbptr; in ahd_linux_queue_abort_cmd() local
2230 saved_scbptr = ahd_get_scbptr(ahd); in ahd_linux_queue_abort_cmd()
2231 active_scbptr = saved_scbptr; in ahd_linux_queue_abort_cmd()
2313 ahd_set_scbptr(ahd, saved_scbptr); in ahd_linux_queue_abort_cmd()
H A Daic7xxx_osm.c2037 u_int saved_scbptr; in ahc_linux_queue_recovery_cmd() local
2192 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_linux_queue_recovery_cmd()
2269 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_linux_queue_recovery_cmd()