Searched refs:saved_scbptr (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 2698 u_int saved_scbptr; ahc_update_pending_scbs() local 2741 saved_scbptr = ahc_inb(ahc, SCBPTR); ahc_update_pending_scbs() 2762 ahc_outb(ahc, SCBPTR, saved_scbptr); ahc_update_pending_scbs() 5703 u_int saved_scbptr; ahc_index_busy_tcl() local 5705 saved_scbptr = ahc_inb(ahc, SCBPTR); ahc_index_busy_tcl() 5708 ahc_outb(ahc, SCBPTR, saved_scbptr); ahc_index_busy_tcl() 5723 u_int saved_scbptr; ahc_unbusy_tcl() local 5725 saved_scbptr = ahc_inb(ahc, SCBPTR); ahc_unbusy_tcl() 5728 ahc_outb(ahc, SCBPTR, saved_scbptr); ahc_unbusy_tcl() 5741 u_int saved_scbptr; ahc_busy_tcl() local 5743 saved_scbptr = ahc_inb(ahc, SCBPTR); ahc_busy_tcl() 5746 ahc_outb(ahc, SCBPTR, saved_scbptr); ahc_busy_tcl() 7182 uint8_t saved_scbptr; ahc_dump_card_state() local 7191 saved_scbptr = ahc_inb(ahc, SCBPTR); ahc_dump_card_state() 7345 ahc_outb(ahc, SCBPTR, saved_scbptr);
|
H A D | aic79xx_core.c | 1199 u_int saved_scbptr; ahd_flush_qoutfifo() local 1210 saved_scbptr = ahd_get_scbptr(ahd); ahd_flush_qoutfifo() 1292 ahd_set_scbptr(ahd, saved_scbptr); ahd_flush_qoutfifo() 1328 saved_scbptr = ahd_get_scbptr(ahd); ahd_flush_qoutfifo() 1393 ahd_set_scbptr(ahd, saved_scbptr); ahd_flush_qoutfifo() 2912 u_int saved_scbptr; ahd_handle_pkt_busfree() local 2960 saved_scbptr = ahd_get_scbptr(ahd); ahd_handle_pkt_busfree() 2975 ahd_set_scbptr(ahd, saved_scbptr); ahd_handle_pkt_busfree() 4225 u_int saved_scbptr; ahd_update_pending_scbs() local 4281 saved_scbptr = ahd_get_scbptr(ahd); ahd_update_pending_scbs() 4294 ahd_set_scbptr(ahd, saved_scbptr); ahd_update_pending_scbs() 8022 u_int saved_scbptr; ahd_find_busy_tcl() local 8024 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl); ahd_find_busy_tcl() 8026 ahd_set_scbptr(ahd, saved_scbptr); ahd_find_busy_tcl() 8034 u_int saved_scbptr; ahd_busy_tcl() local 8036 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl); ahd_busy_tcl() 8038 ahd_set_scbptr(ahd, saved_scbptr); ahd_busy_tcl()
|
H A D | aic79xx_osm.c | 2154 u_int saved_scbptr; ahd_linux_queue_abort_cmd() local 2258 saved_scbptr = ahd_get_scbptr(ahd); ahd_linux_queue_abort_cmd() 2259 active_scbptr = saved_scbptr; ahd_linux_queue_abort_cmd() 2341 ahd_set_scbptr(ahd, saved_scbptr); ahd_linux_queue_abort_cmd()
|
H A D | aic7xxx_osm.c | 2059 u_int saved_scbptr; ahc_linux_queue_recovery_cmd() local 2214 saved_scbptr = ahc_inb(ahc, SCBPTR); ahc_linux_queue_recovery_cmd() 2291 ahc_outb(ahc, SCBPTR, saved_scbptr); ahc_linux_queue_recovery_cmd()
|
Completed in 225 milliseconds