Searched refs:header_type (Results 1 – 3 of 3) sorted by relevance
145 uint8_t header_type = cfg->Read(PciConfig::kHeaderType) & PCI_HEADER_TYPE_MASK; in ScanDevice() local146 if (header_type == PCI_HEADER_TYPE_PCI_BRIDGE) { in ScanDevice()
377 __UNUSED uint8_t header_type = cfg_->Read(PciConfig::kHeaderType) & PCI_HEADER_TYPE_MASK; in ProbeBarsLocked() local379 DEBUG_ASSERT((header_type == PCI_HEADER_TYPE_STANDARD) || in ProbeBarsLocked()380 (header_type == PCI_HEADER_TYPE_PCI_BRIDGE)); in ProbeBarsLocked()
506 uint8_t header_type = cfg->Read(PciConfig::kHeaderType) & PCI_HEADER_TYPE_MASK; in dump_pcie_device() local507 switch (header_type) { in dump_pcie_device()525 printf("Unknown Header Type (0x%02x)\n", header_type); in dump_pcie_device()
Completed in 11 milliseconds