Home
last modified time | relevance | path

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

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