drvdn             451 drivers/mmc/host/sdhci-tegra.c 	u8 drvup = 0, drvdn = 0;
drvdn             462 drivers/mmc/host/sdhci-tegra.c 				drvdn = offsets->pull_down_1v8_timeout;
drvdn             470 drivers/mmc/host/sdhci-tegra.c 				drvdn = offsets->pull_down_3v3_timeout;
drvdn             480 drivers/mmc/host/sdhci-tegra.c 		} else if ((drvup) || (drvdn)) {
drvdn             484 drivers/mmc/host/sdhci-tegra.c 			reg |= (drvup << 20) | (drvdn << 12);