Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/ !
Daic7xxx_core.c2092 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
[all …]
Daic79xx_core.c368 u_int saved_scbptr; in ahd_flush_qoutfifo() local
375 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo()
441 ahd_set_scbptr(ahd, saved_scbptr); in ahd_flush_qoutfifo()
1637 u_int saved_scbptr; in ahd_handle_pkt_busfree() local
1689 saved_scbptr = ahd_get_scbptr(ahd); in ahd_handle_pkt_busfree()
1704 ahd_set_scbptr(ahd, saved_scbptr); in ahd_handle_pkt_busfree()
2920 u_int saved_scbptr; in ahd_update_pending_scbs() local
2974 saved_scbptr = ahd_get_scbptr(ahd); in ahd_update_pending_scbs()
2993 ahd_set_scbptr(ahd, saved_scbptr); in ahd_update_pending_scbs()
6788 u_int saved_scbptr; in ahd_find_busy_tcl() local
[all …]
Daic79xx_osm.c1270 u_int saved_scbptr; local
1408 saved_scbptr = ahd_get_scbptr(ahd);
1409 active_scbptr = saved_scbptr;
1492 ahd_set_scbptr(ahd, saved_scbptr);
Daic7xxx_osm.c4719 u_int saved_scbptr; local
4912 saved_scbptr = ahc_inb(ahc, SCBPTR);
4991 ahc_outb(ahc, SCBPTR, saved_scbptr);
/linux-2.4.37.9/drivers/scsi/ !
Daic7xxx_old.c2603 unsigned char saved_scbptr; in aic7xxx_find_scb() local
2606 saved_scbptr = aic_inb(p, SCBPTR); in aic7xxx_find_scb()
2616 aic_outb(p, saved_scbptr, SCBPTR); in aic7xxx_find_scb()
6606 unsigned char saved_scbptr, free_scbh, dis_scbh, wait_scbh, temp; in aic7xxx_check_scbs() local
6628 saved_scbptr = aic_inb(p, SCBPTR); in aic7xxx_check_scbs()
6629 if (saved_scbptr >= p->scb_data->maxhscbs) in aic7xxx_check_scbs()
6631 printk("Bogus SCBPTR %d\n", saved_scbptr); in aic7xxx_check_scbs()
6634 scb_status[saved_scbptr] = SCB_CURRENTLY_ACTIVE; in aic7xxx_check_scbs()
6731 aic_outb(p, saved_scbptr, SCBPTR); in aic7xxx_check_scbs()
10952 unsigned char saved_scbptr, lastphase; in aic7xxx_bus_device_reset() local
[all …]