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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.reg 2143 register LQOSTAT0 {
aic79xx_reg.h 698 ahd_print_register(NULL, 0, "LQOSTAT0", 0x54, regvalue, cur_col, wrap)
2881 #define LQOSTAT0 0x54
  /src/sys/dev/ic/
aic79xx.c 1508 u_int lqostat0; local in function:ahd_handle_scsiint
1519 lqostat0 = ahd_inb(ahd, LQOSTAT0);
1561 } else if (lqostat0 != 0) {
1562 printf("%s: lqostat0 == 0x%x!\n", ahd_name(ahd), lqostat0);
1563 ahd_outb(ahd, CLRLQOINT0, lqostat0);
8712 ahd_lqostat0_print(ahd_inb(ahd, LQOSTAT0), &cur_col, 50);

Completed in 44 milliseconds