Searched refs:slot_device_offset (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpciehp_ctrl.c68 p_slot = pciehp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
90 p_slot = pciehp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
121 p_slot = pciehp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
154 p_slot = pciehp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
216 hp_slot = p_slot->device - ctrl->slot_device_offset;
220 ctrl->slot_device_offset, hp_slot);
288 hp_slot = p_slot->device - ctrl->slot_device_offset;
289 p_slot = pciehp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
H A Dshpchp_ctrl.c67 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
91 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
128 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
161 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
247 hp_slot = p_slot->device - ctrl->slot_device_offset;
251 ctrl->slot_device_offset, hp_slot);
365 hp_slot = p_slot->device - ctrl->slot_device_offset;
366 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
H A Dpciehp_core.c228 slot->device = ctrl->slot_device_offset + i;
246 "slot_device_offset=%x\n", slot->bus, slot->device,
247 slot->hp_slot, slot->number, ctrl->slot_device_offset);
471 t_slot = pciehp_find_slot(ctrl, ctrl->slot_device_offset);
H A Dshpchp_core.c135 slot->device = ctrl->slot_device_offset + i;
153 "slot_device_offset=%x\n", slot->bus, slot->device,
154 slot->hp_slot, slot->number, ctrl->slot_device_offset);
H A Dcpqphp.h304 u8 slot_device_offset; member in struct:controller
654 hp_slot = slot->device - ctrl->slot_device_offset;
664 hp_slot = slot->device - ctrl->slot_device_offset;
675 hp_slot = slot->device - ctrl->slot_device_offset;
676 dbg("%s: slot->device = %d, ctrl->slot_device_offset = %d \n",
677 __FUNCTION__, slot->device, ctrl->slot_device_offset);
691 hp_slot = slot->device - ctrl->slot_device_offset;
H A Dcpqphp_ctrl.c100 (hp_slot + ctrl->slot_device_offset), 0);
179 (hp_slot + ctrl->slot_device_offset), 0);
268 (hp_slot + ctrl->slot_device_offset), 0);
1152 if (slot->device == (hp_slot + ctrl->slot_device_offset))
1251 slot = cpqhp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
1280 hp_slot = func->device - ctrl->slot_device_offset;
1430 hp_slot = func->device - ctrl->slot_device_offset;
1432 __FUNCTION__, func->device, ctrl->slot_device_offset, hp_slot);
1471 p_slot = cpqhp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
1634 hp_slot = func->device - ctrl->slot_device_offset;
[all...]
H A Dpciehp.h98 u8 slot_device_offset; member in struct:controller
H A Dcpqphp_core.c432 "ctrl->slot_device_offset %d, slot %d\n",
434 slot->number, ctrl->slot_device_offset,
594 hp_slot = func->device - ctrl->slot_device_offset;
1171 ctrl->slot_device_offset = readb(ctrl->hpc_reg + SLOT_MASK) >> 4;
1172 dbg("NumSlots %d \n", ctrl->slot_device_offset);
1233 hp_slot = func->device - ctrl->slot_device_offset;
H A Dshpchp.h98 u8 slot_device_offset; member in struct:controller
H A Dpciehp_hpc.c1245 ctrl->slot_device_offset = 0;
H A Dshpchp_hpc.c1031 ctrl->slot_device_offset = (slot_config & FIRST_DEV_NUM) >> 8;

Completed in 80 milliseconds