Searched refs:host_ctrl2 (Results 1 – 2 of 2) sorted by relevance
105 regs->host_ctrl2 &= in emmc_set_voltage()119 regs->host_ctrl2 &= in emmc_set_voltage()133 regs->host_ctrl2 |= EMMC_HOST_CTRL2_1P8V_SIG_EN in emmc_set_voltage()318 regs->host_ctrl2 |= EMMC_HOST_CTRL2_1P8V_SIG_EN << EMMC_HOST_CTRL2_1P8V_SIG_LOC; in set_timing()319 SET_BITS(regs->host_ctrl2, EMMC_HOST_CTRL2_UHS_MODE_SEL_LOC, in set_timing()1116 regs->host_ctrl2 |= EMMC_HOST_START_TUNING; in emmc_execute_tuning()1117 while (!(regs->host_ctrl2 & EMMC_HOST_START_TUNING)) { in emmc_execute_tuning()1121 if (regs->host_ctrl2 & EMMC_HOST_TUNING_SUCCESS) { in emmc_execute_tuning()
216 volatile uint16_t host_ctrl2; /**< Host Control 2 */ member