Home
last modified time | relevance | path

Searched refs:pci_command (Results 1 – 5 of 5) sorted by relevance

/linux/arch/mips/pci/
H A Dops-bcm63xx.c189 u16 pci_command; member
224 data |= fake_cb_bridge_regs.pci_command; in fake_cb_bridge_read()
306 fake_cb_bridge_regs.pci_command = (data & 0xffff); in fake_cb_bridge_write()
/linux/drivers/staging/media/ipu7/
H A Dipu7.c2246 u16 pci_command; in ipu7_dump_fw_error_log()
2248 pci_read_config_word(dev, PCI_COMMAND, &pci_command);
2249 pci_command |= PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER;
2250 pci_write_config_word(dev, PCI_COMMAND, pci_command); in ipu7_pci_config_setup()
2252 u16 pci_command; ipu7_pci_config_setup() local
/linux/drivers/pci/
H A Dpci.c2162 u16 pci_command; in do_pci_disable_device()
2164 pci_read_config_word(dev, PCI_COMMAND, &pci_command); in do_pci_disable_device() local
2165 if (pci_command & PCI_COMMAND_MASTER) { in do_pci_disable_device()
2166 pci_command &= ~PCI_COMMAND_MASTER; in do_pci_disable_device()
2167 pci_write_config_word(dev, PCI_COMMAND, pci_command); in do_pci_disable_device()
4323 u16 pci_command, new;
4325 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
4328 new = pci_command & ~PCI_COMMAND_INTX_DISABLE;
4330 new = pci_command | PCI_COMMAND_INTX_DISABLE; in pcie_flr()
4332 if (new == pci_command) in pcie_flr()
4291 u16 pci_command, new; pci_intx() local
[all...]
/linux/drivers/infiniband/hw/hfi1/
H A Dpcie.c290 ret = pci_write_config_word(dd->pcidev, PCI_COMMAND, dd->pci_command); in restore_pci_variables()
363 ret = pci_read_config_word(dd->pcidev, PCI_COMMAND, &dd->pci_command); in save_pci_variables()
/linux/drivers/net/ethernet/dec/tulip/
H A Dtulip_core.c1184 u16 pci_command; in tulip_mwi_config() local
1201 pci_read_config_word(pdev, PCI_COMMAND, &pci_command); in tulip_mwi_config()
1202 if ((csr0 & MWI) && (!(pci_command & PCI_COMMAND_INVALIDATE))) in tulip_mwi_config()