Lines Matching refs:tempdword
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()
1015 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1016 ctrl_dbg(ctrl, "SERR_INTR_ENABLE = %x\n", tempdword); in shpc_init()
1076 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1077 tempdword &= ~(GLOBAL_INTR_MASK | COMMAND_INTR_MASK | in shpc_init()
1079 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init()
1080 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1081 ctrl_dbg(ctrl, "SERR_INTR_ENABLE = %x\n", tempdword); in shpc_init()