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

/linux-master/drivers/pci/hotplug/
H A Dibmphp_ebda.c166 __func__, ptr->rsrc_type, ptr->bus_num, ptr->dev_fun, ptr->start_addr, ptr->end_addr);
211 debug("%s - dev_fun: %x\n", __func__, hpc_ptr->u.pci_ctlr.dev_fun);
800 hpc_ptr->u.pci_ctlr.dev_fun = readb(io_mem + addr + 1);
805 hpc_ptr->u.pci_ctlr.dev_fun, hpc_ptr->irq);
945 rsrc_ptr->dev_fun = readb(io_mem + addr + 1);
952 rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_addr);
966 rsrc_ptr->dev_fun = readb(io_mem + addr + 1);
973 rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_addr);
1109 if ((dev->devfn == ctrl->u.pci_ctlr.dev_fun)
[all...]
H A Dibmphp.h196 u8 dev_fun; member in struct:pci_ctlr_access
226 u8 dev_fun; member in struct:ebda_pci_rsrc
H A Dibmphp_res.c70 rs->devfunc = curr->dev_fun;
/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_hba.c1082 uint8_t bus,dev_fun; local
1094 dev_fun = pdev->devfn;
1112 host->unique_id = (bus << 8) | dev_fun;

Completed in 136 milliseconds