mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2025-01-03 11:11:14 +00:00
sdmmc: fix vref sel
This commit is contained in:
parent
96476a227b
commit
5120b70231
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ namespace ams::sdmmc::impl {
|
|||
this->SetSlewCodes();
|
||||
|
||||
/* Set vref sel. */
|
||||
reg::ReadWrite(this->sdmmc_registers->sdmemcomppadctrl, SD_REG_BITS_VALUE(SDMEMCOMPPADCTRL_SDMMC2TMC_CFG_SDMEMCOMP_VREF_SEL, this->GetOutboundTapValue()));
|
||||
reg::ReadWrite(this->sdmmc_registers->sdmemcomppadctrl, SD_REG_BITS_VALUE(SDMEMCOMPPADCTRL_SDMMC2TMC_CFG_SDMEMCOMP_VREF_SEL, this->GetVrefSelValue()));
|
||||
|
||||
/* Perform drive strength calibration at the new power. */
|
||||
this->SetDriveCodeOffsets(bus_power);
|
||||
|
|
Loading…
Reference in a new issue