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 */
2410 * Not on re-init after reset, establish shadow
2985 * Clear any troublemakers, and update chip from shadow
4605 /* First the dd ones that are "sticky", saved in shadow */
4616 /* Then the ppd ones that are "sticky", saved in shadow */
5719 * saved in shadow registers.
5859 * reg or shadow. First-cut: read reg, and complain
5872 * to write, but only shadow some bits.
5877 * New shadow val is bits we don't want to touch,
5878 * ORed with bits we do, that are intended for shadow.
6963 * This was in initregs, but that is done before the shadow
6964 * is set up, and this has to be done after the shadow is
7005 unsigned long shadow = 0;
7020 shadow = (unsigned long)
7026 % BITS_PER_LONG, &shadow))