Lines Matching refs:tempdword
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()
1037 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1038 ctrl_dbg(ctrl, "SERR_INTR_ENABLE = %x\n", tempdword); in shpc_init()
1096 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1097 tempdword &= ~(GLOBAL_INTR_MASK | COMMAND_INTR_MASK | in shpc_init()
1099 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init()
1100 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1101 ctrl_dbg(ctrl, "SERR_INTR_ENABLE = %x\n", tempdword); in shpc_init()