Searched refs:ht_captab (Results 1 – 1 of 1) sorted by relevance
1535 } ht_captab[] = { variable1567 for (off = 0; off < __arraycount(ht_captab); off++) { in pci_conf_print_ht_cap()1568 if (ht_captab[off].cap == foundcap) in pci_conf_print_ht_cap()1572 if (off >= __arraycount(ht_captab)) { in pci_conf_print_ht_cap()1576 printf("(%s)\n", ht_captab[off].name); in pci_conf_print_ht_cap()1577 if (ht_captab[off].printfunc != NULL) in pci_conf_print_ht_cap()1578 ht_captab[off].printfunc(regs, capoff); in pci_conf_print_ht_cap()