Lines Matching defs:ctrl0
106 * @ctrl0 - see the bit definitions above.
115 u8 ctrl0;
411 &f01->device_control.ctrl0);
421 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_NOSLEEP_BIT;
424 f01->device_control.ctrl0 |= RMI_F01_CTRL0_NOSLEEP_BIT;
433 if ((f01->device_control.ctrl0 & RMI_F01_CTRL0_SLEEP_MODE_MASK) !=
437 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_SLEEP_MODE_MASK;
440 f01->device_control.ctrl0 |= RMI_F01_CTRL0_CONFIGURED_BIT;
443 f01->device_control.ctrl0);
589 f01->device_control.ctrl0);
636 f01->device_control.ctrl0 & RMI_F01_CTRL0_NOSLEEP_BIT;
637 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_NOSLEEP_BIT;
639 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_SLEEP_MODE_MASK;
641 f01->device_control.ctrl0 |= RMI_SLEEP_MODE_RESERVED1;
643 f01->device_control.ctrl0 |= RMI_SLEEP_MODE_SENSOR_SLEEP;
646 f01->device_control.ctrl0);
650 f01->device_control.ctrl0 |= RMI_F01_CTRL0_NOSLEEP_BIT;
651 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_SLEEP_MODE_MASK;
652 f01->device_control.ctrl0 |= RMI_SLEEP_MODE_NORMAL;
665 f01->device_control.ctrl0 |= RMI_F01_CTRL0_NOSLEEP_BIT;
667 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_SLEEP_MODE_MASK;
668 f01->device_control.ctrl0 |= RMI_SLEEP_MODE_NORMAL;
671 f01->device_control.ctrl0);