Searched refs:pci_dev_func (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/ |
D | sdladrv.c | 590 pcibios_read_config_dword(hw->pci_bus, hw->pci_dev_func, in sdla_down() 593 pcibios_write_config_dword(hw->pci_bus, hw->pci_dev_func, in sdla_down() 599 pcibios_write_config_dword(hw->pci_bus,hw->pci_dev_func, in sdla_down() 602 …pcibios_write_config_dword(hw->pci_bus,hw->pci_dev_func, PCI_MAP1_DWORD, PCI_CPU_B_MEM_DISAB… in sdla_down() 860 pcibios_write_config_dword(hw->pci_bus, hw->pci_dev_func, in S514_intack() 879 pcibios_read_config_dword(hw->pci_bus, hw->pci_dev_func, PCI_INT_STATUS, in read_S514_int_stat() 2047 pcibios_read_config_dword(hw->pci_bus, hw->pci_dev_func, in detect_s514() 2071 pcibios_read_config_dword(hw->pci_bus, hw->pci_dev_func, in detect_s514() 2074 pcibios_write_config_dword(hw->pci_bus, hw->pci_dev_func, in detect_s514() 2105 pcibios_read_config_byte(hw->pci_bus, hw->pci_dev_func, in detect_s514() [all …]
|
/linux-2.4.37.9/include/linux/ |
D | sdladrv.h | 57 unsigned char pci_dev_func; /* PCI device/function number */ member
|
/linux-2.4.37.9/drivers/scsi/ |
D | megaraid2.c | 273 u8 pci_dev_func; in mega_find_card() local 303 pci_dev_func = pdev->devfn; in mega_find_card() 352 PCI_SLOT(pci_dev_func), PCI_FUNC(pci_dev_func)); in mega_find_card() 458 adapter->host->unique_id = (pci_bus << 8) | pci_dev_func; in mega_find_card() 673 mcontroller[i].pcifun = PCI_FUNC (pci_dev_func); in mega_find_card() 676 mcontroller[i].pcislot = PCI_SLOT (pci_dev_func); in mega_find_card() 677 mcontroller[i].uid = (pci_bus << 8) | pci_dev_func; in mega_find_card()
|