Searched refs:SCBPTR (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1164 printk("SEQ_FLAGS == 0x%x, SCBPTR == 0x%x, BTT == 0x%x, "
1166 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR),
1477 scbptr = ahc_inb(ahc, SCBPTR);
1478 printk("Bogus TAG after DMA. SCBPTR %d, tag %d, our tag %d\n",
1492 printk("SEQ_FLAGS == 0x%x, SCBPTR == 0x%x, BTT == 0x%x, "
1494 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR),
1736 ahc_outb(ahc, SCBPTR, scbptr);
2699 saved_scbptr = ahc_inb(ahc, SCBPTR);
2706 ahc_outb(ahc, SCBPTR, i);
2720 ahc_outb(ahc, SCBPTR, saved_scbpt
[all...]
H A Daic7xxx_osm.c2226 saved_scbptr = ahc_inb(ahc, SCBPTR);
2287 ahc_outb(ahc, SCBPTR, pending_scb->hscb->tag);
2303 ahc_outb(ahc, SCBPTR, saved_scbptr);
H A Daic7xxx_pci.c1219 ahc_outb(ahc, SCBPTR, 0);
1323 ahc_outb(ahc, SCBPTR, 2);
H A Daic79xx_core.c656 return (ahd_inb(ahd, SCBPTR) | (ahd_inb(ahd, SCBPTR + 1) << 8));
664 ahd_outb(ahd, SCBPTR, scbptr & 0xFF);
665 ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF);
1362 * the SCBPTR matches the SCB's ID and the firmware
2095 printk("SEQ_FLAGS == 0x%x, SCBPTR == 0x%x, BTT == 0x%x, "
7908 * Set SCBPTR to the SCB that contains the busy
8480 * Add the SCB as selected by SCBPTR onto the on chip list of
9882 printk("%s: SCBPTR == 0x%x, SCB_NEXT == 0x%x, SCB_NEXT2 == 0x%x\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c2395 * Adds the current scb (in SCBPTR) to the list of free SCBs.
2408 aic_outb(p, aic_inb(p, SCBPTR), FREE_SCBH);
2425 aic_outb(p, scbptr, SCBPTR);
2431 aic_outb(p, prev, SCBPTR);
2493 saved_scbptr = aic_inb(p, SCBPTR);
2497 aic_outb(p, curindex, SCBPTR);
2503 aic_outb(p, saved_scbptr, SCBPTR);
2939 curscb = aic_inb(p, SCBPTR);
2940 aic_outb(p, scbpos, SCBPTR);
2960 aic_outb(p, prev, SCBPTR);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h393 #define SCBPTR 0x90 macro

Completed in 112 milliseconds