Lines Matching refs:saved_scbptr
2603 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
11018 saved_scbptr = aic_inb(p, SCBPTR); in aic7xxx_bus_device_reset()
11124 aic_outb(p, saved_scbptr, SCBPTR); in aic7xxx_bus_device_reset()