Lines Matching refs:res
104 u32 res; in do_hydrate() local
107 res = readl(&fpga->reflection_low); in do_hydrate()
108 if (res != REFL_PATTERN_INV) in do_hydrate()
110 k, res, REFL_PATTERN_INV); in do_hydrate()
112 res = readl(&fpga->reflection_low); in do_hydrate()
113 if (res != REFL_PATTERN) in do_hydrate()
115 k, res, REFL_PATTERN); in do_hydrate()
117 res = readl(pcie2_base + 0x118) & 0x1f; in do_hydrate()
118 if (res) in do_hydrate()
119 printf("FrstErrPtr %u\n", res); in do_hydrate()
120 res = readl(pcie2_base + 0x104); in do_hydrate()
121 if (res) { in do_hydrate()
122 printf("Uncorrectable Error Status 0x%08x\n", res); in do_hydrate()
123 writel(res, pcie2_base + 0x104); in do_hydrate()