Lines Matching refs:pci_read_config_word
183 pci_read_config_word(dev, PCI_COMMAND, &orig_cmd); in __pci_read_base()
363 pci_read_config_word(dev, PCI_IO_BASE_UPPER16, &io_base_hi); in pci_read_bridge_io()
364 pci_read_config_word(dev, PCI_IO_LIMIT_UPPER16, &io_limit_hi); in pci_read_bridge_io()
387 pci_read_config_word(dev, PCI_MEMORY_BASE, &mem_base_lo); in pci_read_bridge_mmio()
388 pci_read_config_word(dev, PCI_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_mmio()
410 pci_read_config_word(dev, PCI_PREF_MEMORY_BASE, &mem_base_lo); in pci_read_bridge_mmio_pref()
411 pci_read_config_word(dev, PCI_PREF_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_mmio_pref()
632 pci_read_config_word(bridge, pos + PCI_X_BRIDGE_SSTATUS, in pci_set_bus_speed()
800 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &bctl); in pci_scan_bridge()
986 pci_read_config_word(pdev, pos + PCI_EXP_FLAGS, ®16); in set_pcie_port_type()
988 pci_read_config_word(pdev, pos + PCI_EXP_DEVCAP, ®16); in set_pcie_port_type()
1171 pci_read_config_word(dev, PCI_COMMAND, &cmd); in pci_setup_device()
1186 pci_read_config_word(dev, PCI_SUBSYSTEM_VENDOR_ID, &dev->subsystem_vendor); in pci_setup_device()
1187 pci_read_config_word(dev, PCI_SUBSYSTEM_ID, &dev->subsystem_device); in pci_setup_device()
1245 pci_read_config_word(dev, pos + PCI_SSVID_VENDOR_ID, &dev->subsystem_vendor); in pci_setup_device()
1246 pci_read_config_word(dev, pos + PCI_SSVID_DEVICE_ID, &dev->subsystem_device); in pci_setup_device()
1255 pci_read_config_word(dev, PCI_CB_SUBSYSTEM_VENDOR_ID, &dev->subsystem_vendor); in pci_setup_device()
1256 pci_read_config_word(dev, PCI_CB_SUBSYSTEM_ID, &dev->subsystem_device); in pci_setup_device()
1298 pci_read_config_word(dev, PCI_COMMAND, &pci_cmd); in program_hpp_type0()
1309 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl); in program_hpp_type0()
1623 pci_read_config_word(dev, pos + PCI_ARI_CAP, &cap); in next_fn()