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

/linux-master/drivers/pci/hotplug/
H A Dshpchp_hpc.c901 u32 tempdword, slot_reg, slot_config; local
926 rc = shpc_indirect_read(ctrl, 3, &tempdword);
931 num_slots = tempdword & SLOT_NUM;
935 rc = shpc_indirect_read(ctrl, i, &tempdword);
941 ctrl_dbg(ctrl, " offset %d: value %x\n", i, tempdword);
991 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE);
992 ctrl_dbg(ctrl, "SERR_INTR_ENABLE = %x\n", tempdword);
993 tempdword |= (GLOBAL_INTR_MASK | GLOBAL_SERR_MASK |
995 tempdword &= ~SERR_INTR_RSVDZ_MASK;
996 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword);
[all...]
H A Dcpqphp_core.c122 u32 tempdword; local
128 tempdword = ctrl->first_slot;
134 tempdword++;
582 u32 tempdword; local
589 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR);
640 ((((~tempdword) >> 23) |
641 ((~tempdword) >> 15)) >> ctrl_slot) & 0x02;
644 ((~tempdword & 0xFF) >> ctrl_slot) & 0x01;
H A Dcpqphp.h693 u32 tempdword; local
697 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR);
698 presence_save = (int) ((((~tempdword) >> 23) | ((~tempdword) >> 15))
H A Dcpqphp_ctrl.c1945 u32 tempdword; local
1949 tempdword = 0;
1956 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR);
1958 if (tempdword & (0x01 << hp_slot))

Completed in 199 milliseconds