Searched refs:pci_command (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/mips/pci/
H A Dops-bcm63xx.c189 u16 pci_command; member in struct:__anon11
224 data |= fake_cb_bridge_regs.pci_command;
306 fake_cb_bridge_regs.pci_command = (data & 0xffff);
/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.c491 * pci_command word since pci_set_master() will modify
496 pci_read_config_word(pdev, PCI_COMMAND, &ap->pci_command);
499 if (!(ap->pci_command & PCI_COMMAND_MEMORY)) {
503 ap->pci_command = ap->pci_command | PCI_COMMAND_MEMORY;
505 ap->pci_command);
1047 if (ap->pci_command & PCI_COMMAND_INVALIDATE) {
1048 ap->pci_command &= ~PCI_COMMAND_INVALIDATE;
1050 ap->pci_command);
1054 } else if (ap->pci_command
[all...]
H A Dacenic.h687 u16 pci_command; member in struct:ace_private
/linux-master/drivers/staging/media/ipu3/
H A Dipu3.c601 u16 pci_command; local
609 pci_read_config_word(dev, PCI_COMMAND, &pci_command);
610 pci_command |= PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER |
612 pci_write_config_word(dev, PCI_COMMAND, pci_command);
/linux-master/drivers/pci/
H A Dpci.c2185 u16 pci_command; local
2187 pci_read_config_word(dev, PCI_COMMAND, &pci_command);
2188 if (pci_command & PCI_COMMAND_MASTER) {
2189 pci_command &= ~PCI_COMMAND_MASTER;
2190 pci_write_config_word(dev, PCI_COMMAND, pci_command);
4405 u16 pci_command, new; local
4407 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
4410 new = pci_command & ~PCI_COMMAND_INTX_DISABLE;
4412 new = pci_command | PCI_COMMAND_INTX_DISABLE;
4414 if (new != pci_command) {
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpcie.c290 ret = pci_write_config_word(dd->pcidev, PCI_COMMAND, dd->pci_command);
363 ret = pci_read_config_word(dd->pcidev, PCI_COMMAND, &dd->pci_command);
H A Dhfi.h1165 u16 pci_command; member in struct:hfi1_devdata
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dtulip_core.c1185 u16 pci_command; local
1202 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
1203 if ((csr0 & MWI) && (!(pci_command & PCI_COMMAND_INVALIDATE)))
/linux-master/drivers/atm/
H A Didt77252.c3538 u16 pci_command; local
3546 if (pci_read_config_word(card->pcidev, PCI_COMMAND, &pci_command)) {
3551 if (!(pci_command & PCI_COMMAND_IO)) {
3553 card->name, pci_command);
3557 pci_command |= (PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER);
3558 if (pci_write_config_word(card->pcidev, PCI_COMMAND, pci_command)) {

Completed in 325 milliseconds