Searched refs:saved_scbptr (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 2698 u_int saved_scbptr; in ahc_update_pending_scbs() local 2741 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_update_pending_scbs() 2762 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_update_pending_scbs() 5704 u_int saved_scbptr; in ahc_index_busy_tcl() local 5706 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_index_busy_tcl() 5709 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_index_busy_tcl() 5724 u_int saved_scbptr; in ahc_unbusy_tcl() local 5726 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_unbusy_tcl() 5729 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_unbusy_tcl() 5742 u_int saved_scbptr; in ahc_busy_tcl() local [all …]
|
D | aic79xx_core.c | 1199 u_int saved_scbptr; in ahd_flush_qoutfifo() local 1210 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo() 1292 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo() 1328 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo() 1393 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo() 2912 u_int saved_scbptr; in ahd_handle_pkt_busfree() local 2960 saved_scbptr = ahd_get_scbptr(ahd); in ahd_handle_pkt_busfree() 2975 ahd_set_scbptr(ahd, saved_scbptr); in ahd_handle_pkt_busfree() 4225 u_int saved_scbptr; in ahd_update_pending_scbs() local 4281 saved_scbptr = ahd_get_scbptr(ahd); in ahd_update_pending_scbs() [all …]
|
D | aic79xx_osm.c | 2171 u_int saved_scbptr; in ahd_linux_queue_abort_cmd() local 2275 saved_scbptr = ahd_get_scbptr(ahd); in ahd_linux_queue_abort_cmd() 2276 active_scbptr = saved_scbptr; in ahd_linux_queue_abort_cmd() 2358 ahd_set_scbptr(ahd, saved_scbptr); in ahd_linux_queue_abort_cmd()
|
D | aic7xxx_osm.c | 2085 u_int saved_scbptr; in ahc_linux_queue_recovery_cmd() local 2239 saved_scbptr = ahc_inb(ahc, SCBPTR); in ahc_linux_queue_recovery_cmd() 2316 ahc_outb(ahc, SCBPTR, saved_scbptr); in ahc_linux_queue_recovery_cmd()
|
/drivers/scsi/ |
D | aic7xxx_old.c | 2498 unsigned char saved_scbptr; in aic7xxx_find_scb() local 2501 saved_scbptr = aic_inb(p, SCBPTR); in aic7xxx_find_scb() 2511 aic_outb(p, saved_scbptr, SCBPTR); in aic7xxx_find_scb() 6085 unsigned char saved_scbptr, free_scbh, dis_scbh, wait_scbh, temp; in aic7xxx_check_scbs() local 6107 saved_scbptr = aic_inb(p, SCBPTR); in aic7xxx_check_scbs() 6108 if (saved_scbptr >= p->scb_data->maxhscbs) in aic7xxx_check_scbs() 6110 printk("Bogus SCBPTR %d\n", saved_scbptr); in aic7xxx_check_scbs() 6113 scb_status[saved_scbptr] = SCB_CURRENTLY_ACTIVE; in aic7xxx_check_scbs() 6210 aic_outb(p, saved_scbptr, SCBPTR); in aic7xxx_check_scbs() 10314 unsigned char saved_scbptr, lastphase; in DEF_SCSI_QCMD() local [all …]
|