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

/freebsd-10.1-release/sys/dev/aic7xxx/
H A Daic7xxx.seq87 cmp WAITING_SCBH,SCB_LIST_NULL jne start_waiting;
138 mov SCB_NEXT,WAITING_SCBH;
139 mov WAITING_SCBH, SCBPTR;
150 mov SCBPTR, WAITING_SCBH;
435 * WAITING_SCBH. Our next pointer will be set to null the next time this
441 mov SCBPTR, WAITING_SCBH;
442 mov WAITING_SCBH,SCB_NEXT;
H A Daic7xxx.reg1382 WAITING_SCBH {
H A Daic7xxx.c1181 scbptr = ahc_inb(ahc, WAITING_SCBH);
4775 ahc_outb(ahc, WAITING_SCBH, SCB_LIST_NULL);
5575 next = ahc_inb(ahc, WAITING_SCBH); /* Start at head of list. */
5873 ahc_outb(ahc, WAITING_SCBH, next);
6827 scb_index = ahc_inb(ahc, WAITING_SCBH);
H A Daic7xxx_reg.h336 ahc_print_register(NULL, 0, "WAITING_SCBH", 0x40, regvalue, cur_col, wrap)
1348 #define WAITING_SCBH 0x40 macro

Completed in 115 milliseconds