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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
2941 next = aic_inb(p, SCB_NEXT);
2961 aic_outb(p, next, SCB_NEXT);
3250 next = aic_inb(p, SCB_NEXT);
3281 next = aic_inb(p, SCB_NEXT);
3329 next = aic_inb(p, SCB_NEXT);
3358 next = aic_inb(p, SCB_NEXT);
3381 aic_outb(p, SCB_LIST_NULL, SCB_NEXT);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c4699 ahc_outb(ahc, SCB_NEXT, i+1);
4701 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
4719 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
5996 next = ahc_inb(ahc, SCB_NEXT);
6002 next = ahc_inb(ahc, SCB_NEXT);
6162 next = ahc_inb(ahc, SCB_NEXT);
6168 next = ahc_inb(ahc, SCB_NEXT);
6186 next = ahc_inb(ahc, SCB_NEXT);
6194 ahc_outb(ahc, SCB_NEXT, next);
6216 ahc_outb(ahc, SCB_NEXT, ahc_in
[all...]
H A Daic79xx_core.c6322 ahd_outw(ahd, SCB_NEXT, SCB_LIST_NULL);
8379 next = ahd_inw_scbram(ahd, SCB_NEXT);
8460 ahd_outw(ahd, SCB_NEXT, next);
9882 printk("%s: SCBPTR == 0x%x, SCB_NEXT == 0x%x, SCB_NEXT2 == 0x%x\n",
9884 ahd_inw_scbram(ahd, SCB_NEXT),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h515 #define SCB_NEXT 0xba macro

Completed in 136 milliseconds