Searched refs:SCB_TAG (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c443 scb_index = ahc_inb(ahc, SCB_TAG);
603 "SCB_TAG == 0x%x, SCB_CONTROL == 0x%x\n",
605 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG),
695 scb_index = ahc_inb(ahc, SCB_TAG);
786 scb_index = ahc_inb(ahc, SCB_TAG);
810 u_int scbindex = ahc_inb(ahc, SCB_TAG);
881 scbindex = ahc_inb(ahc, SCB_TAG);
931 "SCB_TAG == 0x%x, SCB_CONTROL == 0x%x\n",
933 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG),
997 scb_index = ahc_inb(ahc, SCB_TAG);
[all...]
H A Daic7xxx_osm.c2172 bus_scb = ahc_lookup_scb(ahc, ahc_inb(ahc, SCB_TAG));
2191 active_scb_index = ahc_inb(ahc, SCB_TAG);
H A Daic79xx_core.c508 ahd_outw(ahd, SCB_TAG, scbid);
7730 ahd_outb(ahd, SCB_TAG, SCB_LIST_NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c2404 aic_outb(p, SCB_LIST_NULL, SCB_TAG);
2498 if (aic_inb(p, SCB_TAG) == scb->hscb->tag)
3129 scb_tag = aic_inb(p, SCB_TAG);
3249 scb_index = aic_inb(p, SCB_TAG);
3312 scb_index = aic_inb(p, SCB_TAG);
3346 * a valid SCB_TAG value or SCB_CONTROL byte.
3356 if (aic_inb(p, SCB_TAG) < p->scb_data->numscbs)
3365 aic_outb(p, SCB_LIST_NULL, SCB_TAG);
3389 aic_outb(p, SCB_LIST_NULL, SCB_TAG);
3396 scbid = aic_inb(p, SCB_TAG);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h513 #define SCB_TAG 0xb9 macro

Completed in 193 milliseconds