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

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 135 mov NEXT_QUEUED_SCB, SCB_NEXT;
136 mov SCB_NEXT,WAITING_SCBH;
438 mov WAITING_SCBH,SCB_NEXT;
2055 cmp SCB_NEXT, SCB_LIST_NULL je findSCB_notFound;
2057 mov SCBPTR,SCB_NEXT;
2062 mov DINDEX, SCB_NEXT;
2065 mov SCB_NEXT, DINDEX;
2068 mov DISCONNECTED_SCBH,SCB_NEXT ret;
2352 mov SCB_NEXT, FREE_SCBH;
2377 mov DISCONNECTED_SCBH, SCB_NEXT;
    [all...]
aic79xx.seq 284 mvi SCB_NEXT[1], SCB_LIST_NULL;
302 bmov SCB_NEXT, REG0, 2 ret;
579 bmov SCBPTR, SCB_NEXT, 2;
593 cmp SCB_NEXT[1], SCB_LIST_NULL je select_out_list_done;
599 bmov REG0, SCB_NEXT, 2;
aic7xxx.reg 1098 SCB_NEXT {
aic7xxx_reg.h 915 ahc_print_register(NULL, 0, "SCB_NEXT", 0xbf, regvalue, cur_col, wrap)
1668 #define SCB_NEXT 0xbf
aic79xx.reg 3864 SCB_NEXT {
aic79xx_reg.h 2322 ahd_print_register(NULL, 0, "SCB_NEXT", 0x1ac, regvalue, cur_col, wrap)
3693 #define SCB_NEXT 0x1ac
  /src/sys/dev/ic/
aic7xxx.c 4153 ahc_outb(ahc, SCB_NEXT, i+1);
4155 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
4165 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
5477 next = ahc_inb(ahc, SCB_NEXT);
5483 next = ahc_inb(ahc, SCB_NEXT);
5643 next = ahc_inb(ahc, SCB_NEXT);
5649 next = ahc_inb(ahc, SCB_NEXT);
5667 next = ahc_inb(ahc, SCB_NEXT);
5675 ahc_outb(ahc, SCB_NEXT, next);
5697 ahc_outb(ahc, SCB_NEXT, ahc_inb(ahc, FREE_SCBH))
    [all...]
aic79xx.c 5401 ahd_outw(ahd, SCB_NEXT, SCB_LIST_NULL);
7319 next = ahd_inw_scbram(ahd, SCB_NEXT);
7411 ahd_outw(ahd, SCB_NEXT, next);
8860 printf("%s: SCBPTR == 0x%x, SCB_NEXT == 0x%x, SCB_NEXT2 == 0x%x\n",
8862 ahd_inw_scbram(ahd, SCB_NEXT),
8904 ahd_inw_scbram(ahd, SCB_NEXT),

Completed in 67 milliseconds