Lines Matching defs:before
842 * around before any access.
1792 * around before any access.
2194 u32 before, after, expected;
2214 regmap_read(pmx->map, GLOBAL_MISC_CTRL, &before);
2221 before &= PADS_MASK;
2223 expected = before &= ~grp->mask;
2240 "GLOBAL MISC CTRL before: %08x, after %08x, expected %08x\n",
2241 before, after, expected);
2262 "GLOBAL MISC CTRL before: %08x, after %08x, expected %08x\n",
2263 before, after, expected);