Lines Matching refs:tempdword
924 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()
1020 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1021 ctrl_dbg(ctrl, "SERR_INTR_ENABLE = %x\n", tempdword); in shpc_init()
1081 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1082 tempdword &= ~(GLOBAL_INTR_MASK | COMMAND_INTR_MASK | in shpc_init()
1084 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init()
1085 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1086 ctrl_dbg(ctrl, "SERR_INTR_ENABLE = %x\n", tempdword); in shpc_init()