Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
A Dshpchp_hpc.c919 u32 tempdword, slot_reg, slot_config; in shpc_init() local
944 rc = shpc_indirect_read(ctrl, 3, &tempdword); in shpc_init()
949 num_slots = tempdword & SLOT_NUM; in shpc_init()
953 rc = shpc_indirect_read(ctrl, i, &tempdword); in shpc_init()
1009 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1013 tempdword &= ~SERR_INTR_RSVDZ_MASK; in shpc_init()
1014 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init()
1015 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1076 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1079 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init()
[all …]
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()
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()
A Dcpqphp_ctrl.c1951 u32 tempdword; in cpqhp_process_SI() local
1956 tempdword = 0; in cpqhp_process_SI()
1965 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR); in cpqhp_process_SI()
1967 if (tempdword & (0x01 << hp_slot)) in cpqhp_process_SI()

Completed in 24 milliseconds