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

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq154 mov SCB_NEXT,WAITING_SCBH;
268 mov WAITING_SCBH,SCB_NEXT;
838 mov SCB_NEXT,WAITING_SCBH;
1169 cmp SCB_NEXT, SCB_LIST_NULL je notFound;
1170 mov SCBPTR,SCB_NEXT;
1199 mov DINDEX, SCB_NEXT;
1201 mov SCB_NEXT, DINDEX;
1204 mov DISCONNECTED_SCBH,SCB_NEXT ret;
1509 mov SCB_NEXT, FREE_SCBH;
1526 mov DISCONNECTED_SCBH, SCB_NEXT re
[all...]
H A Daic7xxx_reg.h515 #define SCB_NEXT 0xba macro
H A Daic7xxx.reg943 SCB_NEXT {
/drivers/scsi/aic7xxx/
H A Daic7xxx.seq135 mov NEXT_QUEUED_SCB, SCB_NEXT;
136 mov SCB_NEXT,WAITING_SCBH;
438 mov WAITING_SCBH,SCB_NEXT;
2052 cmp SCB_NEXT, SCB_LIST_NULL je findSCB_notFound;
2054 mov SCBPTR,SCB_NEXT;
2059 mov DINDEX, SCB_NEXT;
2062 mov SCB_NEXT, DINDEX;
2065 mov DISCONNECTED_SCBH,SCB_NEXT ret;
2349 mov SCB_NEXT, FREE_SCBH;
2374 mov DISCONNECTED_SCBH, SCB_NEXT;
[all...]
H A Daic79xx.seq320 mvi SCB_NEXT[1], SCB_LIST_NULL;
396 bmov SCB_NEXT, REG0, 2 ret;
733 bmov SCBPTR, SCB_NEXT, 2;
748 cmp SCB_NEXT[1], SCB_LIST_NULL je select_out_clear_tail;
757 bmov REG0, SCB_NEXT, 2;
H A Daic7xxx_core.c4750 ahc_outb(ahc, SCB_NEXT, i+1);
4752 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
4770 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
6052 next = ahc_inb(ahc, SCB_NEXT);
6058 next = ahc_inb(ahc, SCB_NEXT);
6218 next = ahc_inb(ahc, SCB_NEXT);
6224 next = ahc_inb(ahc, SCB_NEXT);
6242 next = ahc_inb(ahc, SCB_NEXT);
6250 ahc_outb(ahc, SCB_NEXT, next);
6272 ahc_outb(ahc, SCB_NEXT, ahc_in
[all...]
H A Daic7xxx.reg1198 SCB_NEXT {
H A Daic7xxx_reg.h_shipped785 #define SCB_NEXT 0xbf
H A Daic79xx_core.c6402 ahd_outw(ahd, SCB_NEXT, SCB_LIST_NULL);
8459 next = ahd_inw_scbram(ahd, SCB_NEXT);
8540 ahd_outw(ahd, SCB_NEXT, next);
9963 printk("%s: SCBPTR == 0x%x, SCB_NEXT == 0x%x, SCB_NEXT2 == 0x%x\n",
9965 ahd_inw_scbram(ahd, SCB_NEXT),
10007 ahd_inw_scbram(ahd, SCB_NEXT),
H A Daic79xx.reg4181 SCB_NEXT {
H A Daic79xx_reg.h_shipped2601 #define SCB_NEXT 0x1ac
/drivers/scsi/
H A Daic7xxx_old.c2415 aic_outb(p, aic_inb(p, FREE_SCBH), SCB_NEXT);
2434 next = aic_inb(p, SCB_NEXT);
2440 aic_outb(p, next, SCB_NEXT);
2943 next = aic_inb(p, SCB_NEXT);
2963 aic_outb(p, next, SCB_NEXT);
3252 next = aic_inb(p, SCB_NEXT);
3283 next = aic_inb(p, SCB_NEXT);
3331 next = aic_inb(p, SCB_NEXT);
3360 next = aic_inb(p, SCB_NEXT);
3383 aic_outb(p, SCB_LIST_NULL, SCB_NEXT);
[all...]

Completed in 92 milliseconds