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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dshpchp_ctrl.c68 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
92 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
129 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
164 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
252 hp_slot = p_slot->device - ctrl->slot_device_offset;
256 __func__, p_slot->device, ctrl->slot_device_offset, hp_slot);
363 hp_slot = p_slot->device - ctrl->slot_device_offset;
364 p_slot = shpchp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
H A Dshpchp_core.c123 slot->device = ctrl->slot_device_offset + i;
136 "hp_slot=%x sun=%x slot_device_offset=%x\n",
139 ctrl->slot_device_offset);
H A Dcpqphp.h309 u8 slot_device_offset; member in struct:controller
671 hp_slot = slot->device - ctrl->slot_device_offset;
681 hp_slot = slot->device - ctrl->slot_device_offset;
693 hp_slot = slot->device - ctrl->slot_device_offset;
694 dbg("%s: slot->device = %d, ctrl->slot_device_offset = %d \n",
695 __func__, slot->device, ctrl->slot_device_offset);
710 hp_slot = slot->device - ctrl->slot_device_offset;
H A Dcpqphp_ctrl.c80 (hp_slot + ctrl->slot_device_offset), 0);
159 (hp_slot + ctrl->slot_device_offset), 0);
250 (hp_slot + ctrl->slot_device_offset), 0);
1133 if (slot->device == (hp_slot + ctrl->slot_device_offset))
1235 slot = cpqhp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
1266 hp_slot = func->device - ctrl->slot_device_offset;
1420 hp_slot = func->device - ctrl->slot_device_offset;
1422 __func__, func->device, ctrl->slot_device_offset, hp_slot);
1461 p_slot = cpqhp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
1625 hp_slot = func->device - ctrl->slot_device_offset;
[all...]
H A Dcpqphp_core.c410 hp_slot = func->device - ctrl->slot_device_offset;
701 "ctrl->slot_device_offset %d, slot %d\n",
703 slot->number, ctrl->slot_device_offset,
1180 ctrl->slot_device_offset = readb(ctrl->hpc_reg + SLOT_MASK) >> 4;
1181 dbg("NumSlots %d \n", ctrl->slot_device_offset);
1245 hp_slot = func->device - ctrl->slot_device_offset;
H A Dshpchp.h110 u8 slot_device_offset; member in struct:controller
H A Dshpchp_hpc.c1034 ctrl->slot_device_offset = (slot_config & FIRST_DEV_NUM) >> 8;

Completed in 107 milliseconds