Home | History | Annotate | Download | only in ic

Lines Matching refs:NEXT_QUEUED_SCB

4243 	ahc->next_queued_scb = ahc_get_scb(ahc);
4244 ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
5261 ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
5268 scb->hscb->next = ahc->next_queued_scb->hscb->tag;
5327 ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
5391 * so the sequencer will notice that NEXT_QUEUED_SCB
5415 ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
5420 scb->hscb->next = ahc->next_queued_scb->hscb->tag;
6662 printf("Kernel NEXTQSCB = %d\n", ahc->next_queued_scb->hscb->tag);
6663 printf("Card NEXTQSCB = %d\n", ahc_inb(ahc, NEXT_QUEUED_SCB));