Searched refs:trim_value (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/mmc/
H A Dtegra_mmc.c42 int trim_value; member in struct:tegra_mmc_priv
571 !IS_ERR_VALUE(priv->trim_value)) {
577 val |= (priv->trim_value << TRIM_VAL_SHIFT);
743 ret = dev_read_u32(dev, "nvidia,default-trim", &priv->trim_value);
745 priv->trim_value = ret;

Completed in 42 milliseconds