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

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 2352 mov SCB_NEXT, FREE_SCBH;
2354 mov FREE_SCBH, SCBPTR ret;
2370 cmp FREE_SCBH, SCB_LIST_NULL jne dequeue_free_scb;
2383 mov SCBPTR, FREE_SCBH;
2384 mov FREE_SCBH, SCB_NEXT ret;
aic7xxx.reg 1399 FREE_SCBH {
aic7xxx_reg.h 348 ahc_print_register(NULL, 0, "FREE_SCBH", 0x42, regvalue, cur_col, wrap)
1358 #define FREE_SCBH 0x42
  /src/sys/dev/ic/
aic7xxx.c 4186 ahc_outb(ahc, FREE_SCBH, 0);
4188 ahc_outb(ahc, FREE_SCBH, SCB_LIST_NULL);
5697 ahc_outb(ahc, SCB_NEXT, ahc_inb(ahc, FREE_SCBH));
5698 ahc_outb(ahc, FREE_SCBH, ahc_inb(ahc, SCBPTR));
6709 scb_index = ahc_inb(ahc, FREE_SCBH);

Completed in 37 milliseconds