Searched refs:htype (Results 1 – 2 of 2) sorted by relevance
799 byte htype = d->no_config_access ? -1 : (get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f); in show_verbose() local810 switch (htype) in show_verbose()814 printf("\t!!! Invalid class %04x for header type %02x\n", class, htype); in show_verbose()821 printf("\t!!! Invalid class %04x for header type %02x\n", class, htype); in show_verbose()827 printf("\t!!! Invalid class %04x for header type %02x\n", class, htype); in show_verbose()833 printf("\t!!! Unknown header type %02x\n", htype); in show_verbose()951 switch (htype) in show_verbose()
1691 u8 htype = get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f; in cap_ea() local1694 if (htype == PCI_HEADER_TYPE_BRIDGE) { in cap_ea()