Searched refs:tempdword (Results 1 – 4 of 4) sorted by relevance
/drivers/pci/hotplug/ |
D | shpchp_hpc.c | 941 u32 tempdword, slot_reg, slot_config; in shpc_init() local 966 rc = shpc_indirect_read(ctrl, 3, &tempdword); in shpc_init() 971 num_slots = tempdword & SLOT_NUM; in shpc_init() 975 rc = shpc_indirect_read(ctrl, i, &tempdword); in shpc_init() 981 ctrl_dbg(ctrl, " offset %d: value %x\n", i, tempdword); in shpc_init() 1031 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init() 1032 ctrl_dbg(ctrl, "SERR_INTR_ENABLE = %x\n", tempdword); in shpc_init() 1033 tempdword |= (GLOBAL_INTR_MASK | GLOBAL_SERR_MASK | in shpc_init() 1035 tempdword &= ~SERR_INTR_RSVDZ_MASK; in shpc_init() 1036 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init() [all …]
|
D | cpqphp_core.c | 136 u32 tempdword; in init_SERR() local 143 tempdword = ctrl->first_slot; in init_SERR() 148 physical_slot = tempdword; in init_SERR() 150 tempdword++; in init_SERR() 611 u32 tempdword; in ctrl_slot_setup() local 618 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR); in ctrl_slot_setup() 680 ((((~tempdword) >> 23) | in ctrl_slot_setup() 681 ((~tempdword) >> 15)) >> ctrl_slot) & 0x02; in ctrl_slot_setup() 684 ((~tempdword & 0xFF) >> ctrl_slot) & 0x01; in ctrl_slot_setup()
|
D | cpqphp.h | 708 u32 tempdword; in get_presence_status() local 712 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR); in get_presence_status() 713 presence_save = (int) ((((~tempdword) >> 23) | ((~tempdword) >> 15)) in get_presence_status()
|
D | cpqphp_ctrl.c | 1993 u32 tempdword; in cpqhp_process_SI() local 1998 tempdword = 0; in cpqhp_process_SI() 2007 tempdword = readl(ctrl->hpc_reg + INT_INPUT_CLEAR); in cpqhp_process_SI() 2009 if (tempdword & (0x01 << hp_slot)) { in cpqhp_process_SI()
|