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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Debus.c244 unsigned short pci_command; local
280 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
281 pci_command |= PCI_COMMAND_MASTER;
282 pci_write_config_word(pdev, PCI_COMMAND, pci_command);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dacenic.c695 * pci_command word since pci_set_master() will modify
700 pci_read_config_word(pdev, PCI_COMMAND, &ap->pci_command);
703 if (!(ap->pci_command & PCI_COMMAND_MEMORY)) {
707 ap->pci_command = ap->pci_command | PCI_COMMAND_MEMORY;
709 ap->pci_command);
1335 if (ap->pci_command & PCI_COMMAND_INVALIDATE) {
1336 ap->pci_command &= ~PCI_COMMAND_INVALIDATE;
1338 ap->pci_command);
1342 } else if (ap->pci_command
[all...]
H A Daironet4500_card.c93 u16 vendor, device, pci_command, new_command; local
143 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
144 new_command = pci_command | PCI_COMMAND_SERR;
145 if (pci_command != new_command)
H A Dhp100.c420 u_short pci_command; local
441 pci_read_config_word(pci_dev, PCI_COMMAND, &pci_command);
442 if (!(pci_command & PCI_COMMAND_IO)) {
446 pci_command |= PCI_COMMAND_IO;
447 pci_write_config_word(pci_dev, PCI_COMMAND, pci_command);
449 if (!(pci_command & PCI_COMMAND_MASTER)) {
453 pci_command |= PCI_COMMAND_MASTER;
454 pci_write_config_word(pci_dev, PCI_COMMAND, pci_command);
H A D8139cp.c1769 u16 pci_command; local
1923 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
1924 if (!(pci_command & PCI_COMMAND_INVALIDATE)) {
1925 pci_command |= PCI_COMMAND_INVALIDATE;
1926 pci_write_config_word(pdev, PCI_COMMAND, pci_command);
H A Dacenic.h677 u16 pci_command; member in struct:ace_private
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/8253x/
H A D8253xini.c1120 unsigned short pci_command; local
1185 pcibios_read_config_word(bus, devfn, PCI_COMMAND, &pci_command);
1186 if((pci_command & PCI_COMMAND_MASTER) != PCI_COMMAND_MASTER)
1482 unsigned short pci_command; local
1550 pcibios_read_config_word(bus, devfn, PCI_COMMAND, &pci_command);
1553 if((pci_command & PCI_COMMAND_MASTER) != PCI_COMMAND_MASTER)
1758 unsigned short pci_command; local
1823 pcibios_read_config_word(bus, devfn, PCI_COMMAND, &pci_command);
1824 if((pci_command & PCI_COMMAND_MASTER) != PCI_COMMAND_MASTER)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pci/
H A Dpci.c404 u16 pci_command; local
406 pci_read_config_word(dev, PCI_COMMAND, &pci_command);
407 if (pci_command & PCI_COMMAND_MASTER) {
408 pci_command &= ~PCI_COMMAND_MASTER;
409 pci_write_config_word(dev, PCI_COMMAND, pci_command);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dnicstar.c341 unsigned short pci_command; local
375 if (pci_read_config_word(card->pcidev, PCI_COMMAND, &pci_command) != 0)
379 pci_command &= ~(PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER);
380 if (pci_write_config_word(card->pcidev, PCI_COMMAND, pci_command) != 0)
519 unsigned short pci_command; local
567 if (pci_read_config_word(pcidev, PCI_COMMAND, &pci_command) != 0)
574 pci_command |= (PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER);
575 if (pci_write_config_word(pcidev, PCI_COMMAND, pci_command) != 0)
H A Dlanai.c2147 u16 pci_command; local
2148 result = pci_read_config_word(pci, PCI_COMMAND, &pci_command);
2154 pci_command &= ~(PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER);
2155 result = pci_write_config_word(pci, PCI_COMMAND, pci_command);
H A Didt77252.c3618 u16 pci_command; local
3626 if (pci_read_config_word(card->pcidev, PCI_COMMAND, &pci_command)) {
3631 if (!(pci_command & PCI_COMMAND_IO)) {
3633 card->name, pci_command);
3637 pci_command |= (PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER);
3638 if (pci_write_config_word(card->pcidev, PCI_COMMAND, pci_command)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tulip/
H A Dtulip_core.c1244 u16 pci_command; local
1266 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
1267 if ((csr0 & MWI) && (!(pci_command & PCI_COMMAND_INVALIDATE)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/fc/
H A Diph5526.c3770 unsigned short pci_command;
3814 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);

Completed in 303 milliseconds