HomeSort by: relevance | last modified time | path
    Searched refs:WAITING_SCBH (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 86 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;
aic7xxx.reg 1384 WAITING_SCBH {
aic7xxx_reg.h 334 ahc_print_register(NULL, 0, "WAITING_SCBH", 0x40, regvalue, cur_col, wrap)
1354 #define WAITING_SCBH 0x40
  /src/sys/dev/ic/
aic7xxx.c 1175 scbptr = ahc_inb(ahc, WAITING_SCBH);
4841 ahc_outb(ahc, WAITING_SCBH, SCB_LIST_NULL);
5427 next = ahc_inb(ahc, WAITING_SCBH); /* Start at head of list. */
5727 ahc_outb(ahc, WAITING_SCBH, next);
6679 scb_index = ahc_inb(ahc, WAITING_SCBH);

Completed in 20 milliseconds