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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dshpchp_hpc.c948 u32 tempdword, slot_reg, slot_config; local
972 rc = shpc_indirect_read(ctrl, 3, &tempdword);
977 num_slots = tempdword & SLOT_NUM;
981 rc = shpc_indirect_read(ctrl, i, &tempdword);
988 tempdword);
1037 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE);
1038 dbg("%s: SERR_INTR_ENABLE = %x\n", __FUNCTION__, tempdword);
1039 tempdword |= (GLOBAL_INTR_MASK | GLOBAL_SERR_MASK |
1041 tempdword &= ~SERR_INTR_RSVDZ_MASK;
1042 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword);
[all...]
H A Dcpqphp_core.c166 u32 tempdword; local
173 tempdword = ctrl->first_slot;
178 physical_slot = tempdword;
180 tempdword++;
337 u32 tempdword; local
343 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR);
408 ((((~tempdword) >> 23) |
409 ((~tempdword) >> 15)) >> ctrl_slot) & 0x02;
412 ((~tempdword & 0xFF) >> ctrl_slot) & 0x01;
H A Dcpqphp.h689 u32 tempdword; local
693 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR);
694 presence_save = (int) ((((~tempdword) >> 23) | ((~tempdword) >> 15)) >> hp_slot) & 0x02;
H A Dcpqphp_ctrl.c2002 u32 tempdword; local
2007 tempdword = 0;
2016 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR);
2018 if (tempdword & (0x01 << hp_slot)) {

Completed in 125 milliseconds