Searched refs:pciDevFun (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | megaraid.c | 2966 u_char pciBus, pciDevFun, megaIrq; local 2987 (pciVendor, pciDev, pciIdx, &pciBus, &pciDevFun)) { 3000 pciDevFun = pdev->devfn; 3043 pcibios_read_config_word (pciBus, pciDevFun, 3046 pcibios_read_config_word (pciBus, pciDevFun, 3070 pciVendor, pciDev, pciIdx, pciBus, PCI_SLOT (pciDevFun), 3071 PCI_FUNC (pciDevFun)); 3074 pcibios_read_config_dword (pciBus, pciDevFun, 3077 pcibios_read_config_byte (pciBus, pciDevFun, 3183 megaCfg->host->unique_id = (pciBus << 8) | pciDevFun; [all …]
|