Searched refs:tempdword (Results 1 – 4 of 4) sorted by relevance
/drivers/pci/hotplug/ |
D | shpchp_hpc.c | 919 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() 959 ctrl_dbg(ctrl, " offset %d: value %x\n", i, tempdword); in shpc_init() 1009 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init() 1010 ctrl_dbg(ctrl, "SERR_INTR_ENABLE = %x\n", tempdword); in shpc_init() 1011 tempdword |= (GLOBAL_INTR_MASK | GLOBAL_SERR_MASK | in shpc_init() 1013 tempdword &= ~SERR_INTR_RSVDZ_MASK; in shpc_init() 1014 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init() [all …]
|
D | cpqphp_core.c | 122 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()
|
D | cpqphp.h | 693 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()
|
D | cpqphp_ctrl.c | 1945 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()
|