Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/pci/
Ddirect.c208 if (o->read(0, 0, devfn, PCI_CLASS_DEVICE, 2, &x)) in pci_sanity_check()
/linux-4.4.14/drivers/pci/host/
Dpci-layerscape.c77 iowrite16(PCI_CLASS_BRIDGE_PCI, pcie->dbi + PCI_CLASS_DEVICE); in ls_pcie_fix_class()
Dpcie-designware.c528 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/
Di2c-sis96x.c261 pci_read_config_word(dev, PCI_CLASS_DEVICE, &ww); in sis96x_probe()
/linux-4.4.14/arch/powerpc/platforms/
Dfsl_uli1575.c284 pci_write_config_byte(dev, PCI_CLASS_DEVICE, 0x06); in hpcd_quirk_uli5288()
/linux-4.4.14/arch/mn10300/unit-asb2305/
Dpci.c252 if ((!o->read(&bus, 0, PCI_CLASS_DEVICE, 2, &x) && in pci_sanity_check()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h65 #define PCI_CLASS_DEVICE 0x0a /* Device class */ macro
/linux-4.4.14/arch/x86/kernel/
Dearly-quirks.c662 class = read_pci_config_16(num, slot, func, PCI_CLASS_DEVICE); in check_dev_quirk()
/linux-4.4.14/drivers/pci/
Dquirks.c1076 pci_read_config_byte(pdev, PCI_CLASS_DEVICE, &tmp); in quirk_amd_ide_mode()
/linux-4.4.14/drivers/ata/
Dsata_mv.c4369 pci_read_config_byte(pdev, PCI_CLASS_DEVICE, &scc); in mv_print_info()