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

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 2050 cmp DISCONNECTED_SCBH, SCB_LIST_NULL je findSCB_notFound;
2051 mov SCBPTR, DISCONNECTED_SCBH; /* Initialize SCBPTR */
2068 mov DISCONNECTED_SCBH,SCB_NEXT ret;
2371 cmp DISCONNECTED_SCBH, SCB_LIST_NULL jne dequeue_disc_scb;
2376 mov SCBPTR, DISCONNECTED_SCBH;
2377 mov DISCONNECTED_SCBH, SCB_NEXT;
2394 mov SCB_NEXT, DISCONNECTED_SCBH;
2395 mov DISCONNECTED_SCBH, SCBPTR ret;
aic7xxx.reg 1392 DISCONNECTED_SCBH {
aic7xxx_reg.h 341 ahc_print_register(NULL, 0, "DISCONNECTED_SCBH", 0x41, regvalue, cur_col, wrap)
1356 #define DISCONNECTED_SCBH 0x41
  /src/sys/dev/ic/
aic7xxx.c 4844 ahc_outb(ahc, DISCONNECTED_SCBH, SCB_LIST_NULL);
5606 next = ahc_inb(ahc, DISCONNECTED_SCBH);
5677 ahc_outb(ahc, DISCONNECTED_SCBH, next);
6689 scb_index = ahc_inb(ahc, DISCONNECTED_SCBH);

Completed in 30 milliseconds