tag | line | file | source code |
PCI_DEVICE | 1616 | drivers/net/de4x5.c | pcibios_read_config_word(pb, PCI_DEVICE, PCI_VENDOR_ID, &vendor); |
PCI_DEVICE | 1617 | drivers/net/de4x5.c | pcibios_read_config_word(pb, PCI_DEVICE, PCI_DEVICE_ID, &device); |
PCI_DEVICE | 1627 | drivers/net/de4x5.c | pcibios_read_config_dword(pb, PCI_DEVICE, PCI_BASE_ADDRESS_0, &iobase); |
PCI_DEVICE | 1631 | drivers/net/de4x5.c | pcibios_read_config_byte(pb, PCI_DEVICE, PCI_INTERRUPT_LINE, &irq); |
PCI_DEVICE | 1634 | drivers/net/de4x5.c | pcibios_read_config_word(pb, PCI_DEVICE, PCI_COMMAND, &status); |
PCI_DEVICE | 1638 | drivers/net/de4x5.c | pcibios_write_config_word(pb, PCI_DEVICE, PCI_COMMAND, status); |
PCI_DEVICE | 1639 | drivers/net/de4x5.c | pcibios_read_config_word(pb, PCI_DEVICE, PCI_COMMAND, &status); |