Home
last modified time | relevance | path

Searched refs:dev_fun (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dibmphp_ebda.c212 __FUNCTION__, ptr->rsrc_type ,ptr->bus_num, ptr->dev_fun,ptr->start_addr, ptr->end_addr); in print_ebda_pci_rsrc()
266 debug ("%s - dev_fun: %x\n", __FUNCTION__, hpc_ptr->u.pci_ctlr.dev_fun); in print_ebda_hpc()
863 hpc_ptr->u.pci_ctlr.dev_fun = readb (io_mem + addr + 1); in ebda_rsrc_controller()
868 hpc_ptr->u.pci_ctlr.dev_fun, hpc_ptr->irq); in ebda_rsrc_controller()
1042 rsrc_ptr->dev_fun = readb (io_mem + addr + 1); in ebda_rsrc_rsrc()
1049 …rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_add… in ebda_rsrc_rsrc()
1063 rsrc_ptr->dev_fun = readb (io_mem + addr + 1); in ebda_rsrc_rsrc()
1070 …rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_add… in ebda_rsrc_rsrc()
1222 if ((dev->devfn == ctrl->u.pci_ctlr.dev_fun) && (dev->bus->number == ctrl->u.pci_ctlr.bus)) { in ibmphp_probe()
Dibmphp.h209 u8 dev_fun; member
239 u8 dev_fun; member
Dibmphp_res.c90 rs->devfunc = curr->dev_fun; in alloc_resources()