Lines Matching defs:ctrl0
108 * @ctrl0: see the bit definitions above.
117 u8 ctrl0;
413 &f01->device_control.ctrl0);
423 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_NOSLEEP_BIT;
426 f01->device_control.ctrl0 |= RMI_F01_CTRL0_NOSLEEP_BIT;
435 if ((f01->device_control.ctrl0 & RMI_F01_CTRL0_SLEEP_MODE_MASK) !=
439 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_SLEEP_MODE_MASK;
442 f01->device_control.ctrl0 |= RMI_F01_CTRL0_CONFIGURED_BIT;
445 f01->device_control.ctrl0);
591 f01->device_control.ctrl0);
638 f01->device_control.ctrl0 & RMI_F01_CTRL0_NOSLEEP_BIT;
639 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_NOSLEEP_BIT;
641 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_SLEEP_MODE_MASK;
643 f01->device_control.ctrl0 |= RMI_SLEEP_MODE_RESERVED1;
645 f01->device_control.ctrl0 |= RMI_SLEEP_MODE_SENSOR_SLEEP;
648 f01->device_control.ctrl0);
652 f01->device_control.ctrl0 |= RMI_F01_CTRL0_NOSLEEP_BIT;
653 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_SLEEP_MODE_MASK;
654 f01->device_control.ctrl0 |= RMI_SLEEP_MODE_NORMAL;
667 f01->device_control.ctrl0 |= RMI_F01_CTRL0_NOSLEEP_BIT;
669 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_SLEEP_MODE_MASK;
670 f01->device_control.ctrl0 |= RMI_SLEEP_MODE_NORMAL;
673 f01->device_control.ctrl0);