Searched refs:PCI_CLASS_DEVICE (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/x86/pci/ |
D | direct.c | 208 if (o->read(0, 0, devfn, PCI_CLASS_DEVICE, 2, &x)) in pci_sanity_check()
|
/linux-4.4.14/drivers/pci/host/ |
D | pci-layerscape.c | 77 iowrite16(PCI_CLASS_BRIDGE_PCI, pcie->dbi + PCI_CLASS_DEVICE); in ls_pcie_fix_class()
|
D | pcie-designware.c | 528 dw_pcie_wr_own_conf(pp, PCI_CLASS_DEVICE, 2, PCI_CLASS_BRIDGE_PCI); in dw_pcie_host_init()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-sis96x.c | 261 pci_read_config_word(dev, PCI_CLASS_DEVICE, &ww); in sis96x_probe()
|
/linux-4.4.14/arch/powerpc/platforms/ |
D | fsl_uli1575.c | 284 pci_write_config_byte(dev, PCI_CLASS_DEVICE, 0x06); in hpcd_quirk_uli5288()
|
/linux-4.4.14/arch/mn10300/unit-asb2305/ |
D | pci.c | 252 if ((!o->read(&bus, 0, PCI_CLASS_DEVICE, 2, &x) && in pci_sanity_check()
|
/linux-4.4.14/include/uapi/linux/ |
D | pci_regs.h | 65 #define PCI_CLASS_DEVICE 0x0a /* Device class */ macro
|
/linux-4.4.14/arch/x86/kernel/ |
D | early-quirks.c | 662 class = read_pci_config_16(num, slot, func, PCI_CLASS_DEVICE); in check_dev_quirk()
|
/linux-4.4.14/drivers/pci/ |
D | quirks.c | 1076 pci_read_config_byte(pdev, PCI_CLASS_DEVICE, &tmp); in quirk_amd_ide_mode()
|
/linux-4.4.14/drivers/ata/ |
D | sata_mv.c | 4369 pci_read_config_byte(pdev, PCI_CLASS_DEVICE, &scc); in mv_print_info()
|