Lines Matching defs:before
844 * around before any access.
1794 * around before any access.
2196 u32 before, after, expected;
2216 regmap_read(pmx->map, GLOBAL_MISC_CTRL, &before);
2223 before &= PADS_MASK;
2225 expected = before &= ~grp->mask;
2242 "GLOBAL MISC CTRL before: %08x, after %08x, expected %08x\n",
2243 before, after, expected);
2264 "GLOBAL MISC CTRL before: %08x, after %08x, expected %08x\n",
2265 before, after, expected);