Searched refs:WAITING_SCBH (Results 1 - 8 of 8) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq95 cmp WAITING_SCBH,SCB_LIST_NULL jne start_waiting;
154 mov SCB_NEXT,WAITING_SCBH;
155 mov WAITING_SCBH, SCBPTR;
160 mov SCBPTR, WAITING_SCBH;
257 * WAITING_SCBH. Our next pointer will be set to null the next time this
267 mov SCBPTR, WAITING_SCBH;
268 mov WAITING_SCBH,SCB_NEXT;
838 mov SCB_NEXT,WAITING_SCBH;
839 mov WAITING_SCBH, SCBPTR;
H A Daic7xxx_reg.h262 #define WAITING_SCBH 0x3e macro
H A Daic7xxx.reg1250 WAITING_SCBH {
/drivers/scsi/aic7xxx/
H A Daic7xxx.seq86 cmp WAITING_SCBH,SCB_LIST_NULL jne start_waiting;
136 mov SCB_NEXT,WAITING_SCBH;
137 mov WAITING_SCBH, SCBPTR;
149 mov SCBPTR, WAITING_SCBH;
431 * WAITING_SCBH. Our next pointer will be set to null the next time this
437 mov SCBPTR, WAITING_SCBH;
438 mov WAITING_SCBH,SCB_NEXT;
H A Daic7xxx.reg1521 WAITING_SCBH {
H A Daic7xxx_reg.h_shipped471 #define WAITING_SCBH 0x40
H A Daic7xxx_core.c1743 scbptr = ahc_inb(ahc, WAITING_SCBH);
5210 ahc_outb(ahc, WAITING_SCBH, SCB_LIST_NULL);
6002 next = ahc_inb(ahc, WAITING_SCBH); /* Start at head of list. */
6302 ahc_outb(ahc, WAITING_SCBH, next);
7249 scb_index = ahc_inb(ahc, WAITING_SCBH);
/drivers/scsi/
H A Daic7xxx_old.c2955 aic_outb(p, next, WAITING_SCBH);
3237 next = aic_inb(p, WAITING_SCBH); /* Start at head of list. */
3372 aic_outb(p, SCB_LIST_NULL, WAITING_SCBH);
4362 next_hscb = aic_inb(p, WAITING_SCBH);
4387 aic_outb(p, next_hscb, WAITING_SCBH);
5789 scbptr = aic_inb(p, WAITING_SCBH);
5801 printk(INFO_LEAD "Invalid WAITING_SCBH value %d, improvising.\n",
5851 aic_outb(p, nextscb, WAITING_SCBH);
6162 wait_scbh = aic_inb(p, WAITING_SCBH);
6166 printk("Bogus WAITING_SCBH
[all...]

Completed in 240 milliseconds