Searched refs:dev_func (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_pci.c1249 u8 dev_func = readb(one_slot + DEV_FUNC); local
1261 dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length,
1272 pci_bus_read_config_dword (ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword);
1277 func = cpqhp_slot_find(primary_bus, dev_func >> 3, 0);
1279 while (func && (func->function != (dev_func & 0x07))) {
1280 dbg("func = %p (bus, dev, fun) = (%d, %d, %d)\n", func, primary_bus, dev_func >> 3, index);
1281 func = cpqhp_slot_find(primary_bus, dev_func >> 3, index++);
H A Dcpqphp.h208 u8 dev_func; member in struct:slot_rt
222 DEV_FUNC = offsetof(struct slot_rt, dev_func),

Completed in 96 milliseconds