Lines Matching defs:value
161 static void sysc_write(struct sysc *ddata, int offset, u32 value)
164 writew_relaxed(value & 0xffff, ddata->module_va + offset);
169 u16 hi = value >> 16;
177 writel_relaxed(value, ddata->module_va + offset);
1038 * @value: register value
1040 static void sysc_write_sysconfig(struct sysc *ddata, u32 value)
1045 sysc_write(ddata, ddata->offsets[SYSC_SYSCONFIG], value);
1693 /* Quirks that also consider the revision register value */
2108 * srst_udelay value is needed but not configured.