Searched refs:dev_fun (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_ebda.c188 __FUNCTION__, ptr->rsrc_type ,ptr->bus_num, ptr->dev_fun,ptr->start_addr, ptr->end_addr);
242 debug ("%s - dev_fun: %x\n", __FUNCTION__, hpc_ptr->u.pci_ctlr.dev_fun);
877 hpc_ptr->u.pci_ctlr.dev_fun = readb (io_mem + addr + 1);
882 hpc_ptr->u.pci_ctlr.dev_fun, hpc_ptr->irq);
1054 rsrc_ptr->dev_fun = readb (io_mem + addr + 1);
1061 rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_addr);
1075 rsrc_ptr->dev_fun = readb (io_mem + addr + 1);
1082 rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_addr);
1234 if ((dev->devfn == ctrl->u.pci_ctlr.dev_fun)
[all...]
H A Dibmphp.h209 u8 dev_fun; member in struct:pci_ctlr_access
239 u8 dev_fun; member in struct:ebda_pci_rsrc
H A Dibmphp_res.c87 rs->devfunc = curr->dev_fun;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arcmsr/
H A Darcmsr_hba.c262 uint8_t bus, dev_fun; local
290 dev_fun = pdev->devfn;
301 host->unique_id = (bus << 8) | dev_fun;

Completed in 91 milliseconds