Lines Matching refs:devno
102 int devno, int fn) in get_fake_config_start() argument
109 return private->fake_config[devno][fn]; in get_fake_config_start()
114 int devno, int fn) in get_resource_start() argument
121 return private->res[devno][fn]; in get_resource_start()
166 unsigned int devno = devfn >> 3; in celleb_fake_pci_read_config() local
173 config = get_fake_config_start(hose, devno, fn); in celleb_fake_pci_read_config()
175 pr_debug("devno=0x%x, where=0x%x, size=0x%x, ", devno, where, size); in celleb_fake_pci_read_config()
194 unsigned int devno = devfn >> 3; in celleb_fake_pci_write_config() local
200 config = get_fake_config_start(hose, devno, fn); in celleb_fake_pci_write_config()
213 res = get_resource_start(hose, devno, fn); in celleb_fake_pci_write_config()
242 unsigned int devno, unsigned int fn, in celleb_setup_pci_base_addrs() argument
249 config = get_fake_config_start(hose, devno, fn); in celleb_setup_pci_base_addrs()
250 res = get_resource_start(hose, devno, fn); in celleb_setup_pci_base_addrs()
290 unsigned int devno, fn; in celleb_setup_fake_pci_device() local
314 devno = ((wi4[0] >> 8) & 0xff) >> 3; in celleb_setup_fake_pci_device()
318 devno, fn); in celleb_setup_fake_pci_device()
321 config = &private->fake_config[devno][fn]; in celleb_setup_fake_pci_device()
332 res = &private->res[devno][fn]; in celleb_setup_fake_pci_device()
367 celleb_setup_pci_base_addrs(hose, devno, fn, num_base_addr); in celleb_setup_fake_pci_device()