Searched refs:header_type (Results 1 – 2 of 2) sorted by relevance
87 #define CFG_PCI_CACHE_LINE_SIZE(header_type, latency_timer) \ argument88 ((PCI_NONE_BIST << 24) | ((header_type) << 16) \
228 unsigned char header_type; in pciauto_bus_scan() local262 if (pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type)) in pciauto_bus_scan()266 found_multi = FIELD_GET(PCI_HEADER_TYPE_MFD, header_type); in pciauto_bus_scan()
Completed in 6 milliseconds