Lines Matching refs:func
116 int dev, bus, func; in galileo_pcibios_read_config_dword() local
122 func = PCI_FUNC(device->devfn); in galileo_pcibios_read_config_dword()
137 address = (bus << 16) | (dev << 11) | (func << 8) | in galileo_pcibios_read_config_dword()
153 int dev, bus, func; in galileo_pcibios_read_config_word() local
159 func = PCI_FUNC(device->devfn); in galileo_pcibios_read_config_word()
174 address = (bus << 16) | (dev << 11) | (func << 8) | in galileo_pcibios_read_config_word()
189 int dev, bus, func; in galileo_pcibios_read_config_byte() local
195 func = PCI_FUNC(device->devfn); in galileo_pcibios_read_config_byte()
210 address = (bus << 16) | (dev << 11) | (func << 8) | in galileo_pcibios_read_config_byte()
225 int dev, bus, func; in galileo_pcibios_write_config_dword() local
231 func = PCI_FUNC(device->devfn); in galileo_pcibios_write_config_dword()
246 address = (bus << 16) | (dev << 11) | (func << 8) | in galileo_pcibios_write_config_dword()
262 int dev, bus, func; in galileo_pcibios_write_config_word() local
268 func = PCI_FUNC(device->devfn); in galileo_pcibios_write_config_word()
283 address = (bus << 16) | (dev << 11) | (func << 8) | in galileo_pcibios_write_config_word()
298 int dev, bus, func; in galileo_pcibios_write_config_byte() local
304 func = PCI_FUNC(device->devfn); in galileo_pcibios_write_config_byte()
319 address = (bus << 16) | (dev << 11) | (func << 8) | in galileo_pcibios_write_config_byte()