Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dshpchp_hpc.c924 u32 tempdword, slot_reg, slot_config; in shpc_init() local
949 rc = shpc_indirect_read(ctrl, 3, &tempdword); in shpc_init()
954 num_slots = tempdword & SLOT_NUM; in shpc_init()
958 rc = shpc_indirect_read(ctrl, i, &tempdword); in shpc_init()
964 ctrl_dbg(ctrl, " offset %d: value %x\n", i, tempdword); in shpc_init()
1014 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1015 ctrl_dbg(ctrl, "SERR_INTR_ENABLE = %x\n", tempdword); in shpc_init()
1016 tempdword |= (GLOBAL_INTR_MASK | GLOBAL_SERR_MASK | in shpc_init()
1018 tempdword &= ~SERR_INTR_RSVDZ_MASK; in shpc_init()
1019 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init()
[all …]
Dcpqphp_core.c122 u32 tempdword; in init_SERR() local
129 tempdword = ctrl->first_slot; in init_SERR()
134 physical_slot = tempdword; in init_SERR()
136 tempdword++; in init_SERR()
588 u32 tempdword; in ctrl_slot_setup() local
595 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR); in ctrl_slot_setup()
662 ((((~tempdword) >> 23) | in ctrl_slot_setup()
663 ((~tempdword) >> 15)) >> ctrl_slot) & 0x02; in ctrl_slot_setup()
666 ((~tempdword & 0xFF) >> ctrl_slot) & 0x01; in ctrl_slot_setup()
Dcpqphp.h688 u32 tempdword; in get_presence_status() local
692 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR); in get_presence_status()
693 presence_save = (int) ((((~tempdword) >> 23) | ((~tempdword) >> 15)) in get_presence_status()
Dcpqphp_ctrl.c1978 u32 tempdword; in cpqhp_process_SI() local
1983 tempdword = 0; in cpqhp_process_SI()
1992 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR); in cpqhp_process_SI()
1994 if (tempdword & (0x01 << hp_slot)) in cpqhp_process_SI()