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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/pci/
H A Dops-bcm63xx.c189 u16 pci_command; member in struct:__anon13672
224 data |= fake_cb_bridge_regs.pci_command;
306 fake_cb_bridge_regs.pci_command = (data & 0xffff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/pci/
H A Dops-bcm63xx.c189 u16 pci_command; member in struct:__anon25365
224 data |= fake_cb_bridge_regs.pci_command;
306 fake_cb_bridge_regs.pci_command = (data & 0xffff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/
H A Dpci.c1140 u16 pci_command; local
1142 pci_read_config_word(dev, PCI_COMMAND, &pci_command);
1143 if (pci_command & PCI_COMMAND_MASTER) {
1144 pci_command &= ~PCI_COMMAND_MASTER;
1145 pci_write_config_word(dev, PCI_COMMAND, pci_command);
2240 u16 pci_command, new; local
2242 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
2245 new = pci_command & ~PCI_COMMAND_INTX_DISABLE;
2247 new = pci_command | PCI_COMMAND_INTX_DISABLE;
2250 if (new != pci_command) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/
H A Dpci.c1140 u16 pci_command; local
1142 pci_read_config_word(dev, PCI_COMMAND, &pci_command);
1143 if (pci_command & PCI_COMMAND_MASTER) {
1144 pci_command &= ~PCI_COMMAND_MASTER;
1145 pci_write_config_word(dev, PCI_COMMAND, pci_command);
2240 u16 pci_command, new; local
2242 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
2245 new = pci_command & ~PCI_COMMAND_INTX_DISABLE;
2247 new = pci_command | PCI_COMMAND_INTX_DISABLE;
2250 if (new != pci_command) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dacenic.c511 * pci_command word since pci_set_master() will modify
516 pci_read_config_word(pdev, PCI_COMMAND, &ap->pci_command);
519 if (!(ap->pci_command & PCI_COMMAND_MEMORY)) {
523 ap->pci_command = ap->pci_command | PCI_COMMAND_MEMORY;
525 ap->pci_command);
1080 if (ap->pci_command & PCI_COMMAND_INVALIDATE) {
1081 ap->pci_command &= ~PCI_COMMAND_INVALIDATE;
1083 ap->pci_command);
1087 } else if (ap->pci_command
[all...]
H A Dhp100.c2889 u_short pci_command; local
2903 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
2904 if (!(pci_command & PCI_COMMAND_IO)) {
2908 pci_command |= PCI_COMMAND_IO;
2909 pci_write_config_word(pdev, PCI_COMMAND, pci_command);
2912 if (!(pci_command & PCI_COMMAND_MASTER)) {
2916 pci_command |= PCI_COMMAND_MASTER;
2917 pci_write_config_word(pdev, PCI_COMMAND, pci_command);
H A Dacenic.h671 u16 pci_command; member in struct:ace_private
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dacenic.c511 * pci_command word since pci_set_master() will modify
516 pci_read_config_word(pdev, PCI_COMMAND, &ap->pci_command);
519 if (!(ap->pci_command & PCI_COMMAND_MEMORY)) {
523 ap->pci_command = ap->pci_command | PCI_COMMAND_MEMORY;
525 ap->pci_command);
1080 if (ap->pci_command & PCI_COMMAND_INVALIDATE) {
1081 ap->pci_command &= ~PCI_COMMAND_INVALIDATE;
1083 ap->pci_command);
1087 } else if (ap->pci_command
[all...]
H A Dhp100.c2889 u_short pci_command; local
2903 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
2904 if (!(pci_command & PCI_COMMAND_IO)) {
2908 pci_command |= PCI_COMMAND_IO;
2909 pci_write_config_word(pdev, PCI_COMMAND, pci_command);
2912 if (!(pci_command & PCI_COMMAND_MASTER)) {
2916 pci_command |= PCI_COMMAND_MASTER;
2917 pci_write_config_word(pdev, PCI_COMMAND, pci_command);
H A Dacenic.h671 u16 pci_command; member in struct:ace_private
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/atm/
H A Didt77252.c3556 u16 pci_command; local
3564 if (pci_read_config_word(card->pcidev, PCI_COMMAND, &pci_command)) {
3569 if (!(pci_command & PCI_COMMAND_IO)) {
3571 card->name, pci_command);
3575 pci_command |= (PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER);
3576 if (pci_write_config_word(card->pcidev, PCI_COMMAND, pci_command)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/atm/
H A Didt77252.c3556 u16 pci_command; local
3564 if (pci_read_config_word(card->pcidev, PCI_COMMAND, &pci_command)) {
3569 if (!(pci_command & PCI_COMMAND_IO)) {
3571 card->name, pci_command);
3575 pci_command |= (PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER);
3576 if (pci_write_config_word(card->pcidev, PCI_COMMAND, pci_command)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/tulip/
H A Dtulip_core.c1205 u16 pci_command; local
1222 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
1223 if ((csr0 & MWI) && (!(pci_command & PCI_COMMAND_INVALIDATE)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/tulip/
H A Dtulip_core.c1205 u16 pci_command; local
1222 pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
1223 if ((csr0 & MWI) && (!(pci_command & PCI_COMMAND_INVALIDATE)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/slicoss/
H A Dslicoss.c3435 u16 pci_command; local
3438 pci_read_config_word(pcidev, PCI_COMMAND, &pci_command);
3440 new_command = pci_command | PCI_COMMAND_MASTER
3444 if (pci_command != new_command)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/slicoss/
H A Dslicoss.c3435 u16 pci_command; local
3438 pci_read_config_word(pcidev, PCI_COMMAND, &pci_command);
3440 new_command = pci_command | PCI_COMMAND_MASTER
3444 if (pci_command != new_command)

Completed in 144 milliseconds