Searched refs:SCB_NEXT (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c2407 aic_outb(p, aic_inb(p, FREE_SCBH), SCB_NEXT);
2426 next = aic_inb(p, SCB_NEXT);
2432 aic_outb(p, next, SCB_NEXT);
2950 next = aic_inb(p, SCB_NEXT);
2970 aic_outb(p, next, SCB_NEXT);
3259 next = aic_inb(p, SCB_NEXT);
3290 next = aic_inb(p, SCB_NEXT);
3338 next = aic_inb(p, SCB_NEXT);
3367 next = aic_inb(p, SCB_NEXT);
3390 aic_outb(p, SCB_LIST_NULL, SCB_NEXT);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c4144 ahc_outb(ahc, SCB_NEXT, i+1);
4146 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
4164 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
5443 next = ahc_inb(ahc, SCB_NEXT);
5449 next = ahc_inb(ahc, SCB_NEXT);
5609 next = ahc_inb(ahc, SCB_NEXT);
5615 next = ahc_inb(ahc, SCB_NEXT);
5633 next = ahc_inb(ahc, SCB_NEXT);
5641 ahc_outb(ahc, SCB_NEXT, next);
5663 ahc_outb(ahc, SCB_NEXT, ahc_in
[all...]
H A Daic79xx_core.c5599 ahd_outw(ahd, SCB_NEXT, SCB_LIST_NULL);
7619 next = ahd_inw_scbram(ahd, SCB_NEXT);
7700 ahd_outw(ahd, SCB_NEXT, next);
9122 printf("%s: SCBPTR == 0x%x, SCB_NEXT == 0x%x, SCB_NEXT2 == 0x%x\n",
9124 ahd_inw_scbram(ahd, SCB_NEXT),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h515 #define SCB_NEXT 0xba macro

Completed in 215 milliseconds