Home
last modified time | relevance | path

Searched refs:PCI_CLASS_DEVICE (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/drivers/bios_emulator/
Dbios.c191 dm_pci_read_config8(_BE_env.vgaInfo.pcidev, PCI_CLASS_DEVICE,
194 PCI_CLASS_DEVICE + 1, &baseclass);
198 pci_read_config_byte(_BE_env.vgaInfo.pcidev, PCI_CLASS_DEVICE,
201 PCI_CLASS_DEVICE + 1, &baseclass);
/external/u-boot/drivers/pci/
Dpci_auto.c156 dm_pci_read_config16(dev, PCI_CLASS_DEVICE, &class); in dm_pciauto_setup_device()
327 dm_pci_read_config16(dev, PCI_CLASS_DEVICE, &class); in dm_pciauto_config_device()
Dpci_auto_old.c165 pci_hose_read_config_word(hose, dev, PCI_CLASS_DEVICE, &class); in pciauto_setup_device()
333 pci_hose_read_config_word(hose, dev, PCI_CLASS_DEVICE, &class); in pciauto_config_device()
Dpci_ftpci100.c202 PCI_CLASS_DEVICE, &data32); in pci_bus_scan()
Dpci.c378 pci_hose_read_config_word(hose, dev, PCI_CLASS_DEVICE, &class); in pci_hose_scan_bus()
Dpcie_layerscape.c296 writew(PCI_CLASS_BRIDGE_PCI, pcie->dbi + PCI_CLASS_DEVICE); in ls_pcie_fix_class()
/external/u-boot/drivers/misc/
Dswap_case.c82 case PCI_CLASS_DEVICE: in sandbox_swap_case_read_config()
/external/kernel-headers/original/uapi/linux/
Dpci_regs.h75 #define PCI_CLASS_DEVICE 0x0a /* Device class */ macro
/external/u-boot/include/
Dpci.h54 #define PCI_CLASS_DEVICE 0x0a /* Device class */ macro