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

/drivers/pci/hotplug/
H A Dshpchp_hpc.c941 u32 tempdword, slot_reg, slot_config; local
966 rc = shpc_indirect_read(ctrl, 3, &tempdword);
971 num_slots = tempdword & SLOT_NUM;
975 rc = shpc_indirect_read(ctrl, i, &tempdword);
981 ctrl_dbg(ctrl, " offset %d: value %x\n", i, tempdword);
1031 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE);
1032 ctrl_dbg(ctrl, "SERR_INTR_ENABLE = %x\n", tempdword);
1033 tempdword |= (GLOBAL_INTR_MASK | GLOBAL_SERR_MASK |
1035 tempdword &= ~SERR_INTR_RSVDZ_MASK;
1036 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword);
[all...]
H A Dcpqphp_core.c136 u32 tempdword; local
143 tempdword = ctrl->first_slot;
148 physical_slot = tempdword;
150 tempdword++;
611 u32 tempdword; local
618 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR);
686 ((((~tempdword) >> 23) |
687 ((~tempdword) >> 15)) >> ctrl_slot) & 0x02;
690 ((~tempdword & 0xFF) >> ctrl_slot) & 0x01;
H A Dcpqphp.h702 u32 tempdword; local
706 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR);
707 presence_save = (int) ((((~tempdword) >> 23) | ((~tempdword) >> 15))
H A Dcpqphp_ctrl.c1991 u32 tempdword; local
1996 tempdword = 0;
2005 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR);
2007 if (tempdword & (0x01 << hp_slot))

Completed in 399 milliseconds