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