Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/pci/
Dce4100.c30 int dev_func; member
57 pci_direct_conf1.read(0, 1, reg->dev_func, reg->reg, 4, in reg_init()
249 if (bus1_fixups[i].dev_func == devfn && in ce4100_bus1_read()
284 if (bus1_fixups[i].dev_func == devfn && in ce4100_bus1_write()
/Linux-v6.6/drivers/pci/hotplug/
Dcpqphp_pci.c1246 u8 dev_func = readb(one_slot + DEV_FUNC); in cpqhp_find_available_resources() local
1258 dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length, in cpqhp_find_available_resources()
1269 pci_bus_read_config_dword(ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword); in cpqhp_find_available_resources()
1274 func = cpqhp_slot_find(primary_bus, dev_func >> 3, 0); in cpqhp_find_available_resources()
1276 while (func && (func->function != (dev_func & 0x07))) { in cpqhp_find_available_resources()
1277 dbg("func = %p (bus, dev, fun) = (%d, %d, %d)\n", func, primary_bus, dev_func >> 3, index); in cpqhp_find_available_resources()
1278 func = cpqhp_slot_find(primary_bus, dev_func >> 3, index++); in cpqhp_find_available_resources()
Dcpqphp.h197 u8 dev_func; member
213 DEV_FUNC = offsetof(struct slot_rt, dev_func),