Searched defs:hdr_type (Results 1 - 2 of 2) sorted by relevance

/arch/powerpc/sysdev/
H A Dfsl_pci.c48 u8 hdr_type; local
55 pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr_type);
56 if ((hdr_type & 0x7f) != PCI_HEADER_TYPE_BRIDGE)
466 u8 hdr_type, progif; local
518 early_read_config_byte(hose, 0, 0, PCI_HEADER_TYPE, &hdr_type);
519 if ((hdr_type & 0x7f) != PCI_HEADER_TYPE_BRIDGE)
H A Dmpic.c565 u8 hdr_type = readb(devbase + PCI_HEADER_TYPE); local
585 if (PCI_FUNC(devfn) == 0 && (hdr_type & 0x80) == 0)

Completed in 68 milliseconds