Lines Matching defs:mode
377 /* all of the CPUs in the cluster is in the CoreStandby mode */
495 /* Set the Self-Refresh mode */
697 uint8_t mode;
717 rc = rcar_iic_dvfs_receive(PMIC, PMIC_BKUP_MODE_CNT, &mode);
719 mode |= BIT_BKUP_CTRL_OUT;
720 rc = rcar_iic_dvfs_send(PMIC, PMIC_BKUP_MODE_CNT, mode);
750 uint8_t mode;
752 if (rcar_iic_dvfs_receive(PMIC, PMIC_BKUP_MODE_CNT, &mode))
755 mode &= (uint8_t) (~BIT_BKUP_CTRL_OUT);
756 if (rcar_iic_dvfs_send(PMIC, PMIC_BKUP_MODE_CNT, mode))