Symbol: pci_write_config_dword
usr/src/grub/grub-0.97/netboot/pci.c
458
pci_write_config_dword(dev, bar, ~0);
usr/src/grub/grub-0.97/netboot/pci.c
461
pci_write_config_dword(dev, bar, start);
usr/src/grub/grub-0.97/netboot/tg3.c
100
pci_write_config_dword(tg3.pdev, TG3PCI_REG_BASE_ADDR, off);
usr/src/grub/grub-0.97/netboot/tg3.c
101
pci_write_config_dword(tg3.pdev, TG3PCI_REG_DATA, val);
usr/src/grub/grub-0.97/netboot/tg3.c
127
pci_write_config_dword(tg3.pdev, TG3PCI_MEM_WIN_BASE_ADDR, off);
usr/src/grub/grub-0.97/netboot/tg3.c
128
pci_write_config_dword(tg3.pdev, TG3PCI_MEM_WIN_DATA, val);
usr/src/grub/grub-0.97/netboot/tg3.c
131
pci_write_config_dword(tg3.pdev, TG3PCI_MEM_WIN_BASE_ADDR, 0);
usr/src/grub/grub-0.97/netboot/tg3.c
136
pci_write_config_dword(tg3.pdev, TG3PCI_MEM_WIN_BASE_ADDR, off);
usr/src/grub/grub-0.97/netboot/tg3.c
140
pci_write_config_dword(tg3.pdev, TG3PCI_MEM_WIN_BASE_ADDR, 0);
usr/src/grub/grub-0.97/netboot/tg3.c
1553
pci_write_config_dword(tp->pdev, TG3PCI_MISC_HOST_CTRL,
usr/src/grub/grub-0.97/netboot/tg3.c
1561
pci_write_config_dword(tp->pdev, TG3PCI_PCISTATE, val);
usr/src/grub/grub-0.97/netboot/tg3.c
1568
pci_write_config_dword(tp->pdev, TG3PCI_X_CAPS, val);
usr/src/grub/grub-0.97/netboot/tg3.c
2671
pci_write_config_dword(tp->pdev, TG3PCI_MISC_HOST_CTRL,
usr/src/grub/grub-0.97/netboot/tg3.c
2708
pci_write_config_dword(tp->pdev, TG3PCI_PCISTATE, pci_state_reg);
usr/src/grub/grub-0.97/netboot/tg3.c
503
pci_write_config_dword(tp->pdev, TG3PCI_MISC_HOST_CTRL, tp->misc_host_ctrl);
usr/src/grub/grub-0.97/netboot/tg3.c
94
pci_write_config_dword(dev,i * 4, buffer[i]);