Lines Matching defs:shadow
548 spinlock_t rcvmod_lock; /* protect rcvctrl shadow changes */
554 u64 gpio_out; /* shadow of kr_gpio_out, for rmw ops */
555 u64 gpio_mask; /* shadow the gpio mask register */
556 u64 extctrl; /* shadow the gpio output enable, etc... */
648 u64 ibcctrl_a; /* krp_ibcctrl_a shadow */
649 u64 ibcctrl_b; /* krp_ibcctrl_b shadow */
2432 * Not on re-init after reset, establish shadow
3007 * Clear any troublemakers, and update chip from shadow
4627 /* First the dd ones that are "sticky", saved in shadow */
4638 /* Then the ppd ones that are "sticky", saved in shadow */
5741 * saved in shadow registers.
5881 * reg or shadow. First-cut: read reg, and complain
5894 * to write, but only shadow some bits.
5899 * New shadow val is bits we don't want to touch,
5900 * ORed with bits we do, that are intended for shadow.
6992 * This was in initregs, but that is done before the shadow
6993 * is set up, and this has to be done after the shadow is
7034 unsigned long shadow = 0;
7049 shadow = (unsigned long)
7055 % BITS_PER_LONG, &shadow))