Searched refs:PCI_CLASS_DEVICE (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/drivers/bios_emulator/ |
D | bios.c | 191 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/ |
D | pci_auto.c | 156 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()
|
D | pci_auto_old.c | 165 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()
|
D | pci_ftpci100.c | 202 PCI_CLASS_DEVICE, &data32); in pci_bus_scan()
|
D | pci.c | 378 pci_hose_read_config_word(hose, dev, PCI_CLASS_DEVICE, &class); in pci_hose_scan_bus()
|
D | pcie_layerscape.c | 296 writew(PCI_CLASS_BRIDGE_PCI, pcie->dbi + PCI_CLASS_DEVICE); in ls_pcie_fix_class()
|
/external/u-boot/drivers/misc/ |
D | swap_case.c | 82 case PCI_CLASS_DEVICE: in sandbox_swap_case_read_config()
|
/external/kernel-headers/original/uapi/linux/ |
D | pci_regs.h | 75 #define PCI_CLASS_DEVICE 0x0a /* Device class */ macro
|
/external/u-boot/include/ |
D | pci.h | 54 #define PCI_CLASS_DEVICE 0x0a /* Device class */ macro
|