HomeSort by: relevance | last modified time | path
    Searched defs:printed_mask (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 8596 u_int printed_mask; local in function:ahd_print_register
8616 printed_mask = 0;
8617 while (printed_mask != 0xFF) {
8623 || ((printed_mask & table[entry].mask)
8629 printed_mask == 0 ? ":(" : "|",
8631 printed_mask |= table[entry].mask;
8639 if (printed_mask != 0)
aic7xxx.c 6538 u_int printed_mask; local in function:ahc_print_register
6560 printed_mask = 0;
6561 while (printed_mask != 0xFF) {
6567 || ((printed_mask & table[entry].mask)
6574 printed_mask == 0 ? ":(" : "|",
6576 printed_mask |= table[entry].mask;
6585 if (printed_mask != 0)

Completed in 48 milliseconds