Home
last modified time | relevance | path

Searched refs:mmc_ddr_tx_phase (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/staging/rts_pstor/
Drtsx_chip.c1006 if ((chip->mmc_ddr_tx_phase > 31) || (chip->mmc_ddr_tx_phase < 0)) { in rtsx_init_chip()
1007 chip->mmc_ddr_tx_phase = 0; in rtsx_init_chip()
Drtsx_chip.h881 int mmc_ddr_tx_phase; member
Drtsx.c847 chip->mmc_ddr_tx_phase = 1; in rtsx_init_options()
Dsd.c1950 retval = sd_change_phase(chip, (u8)chip->mmc_ddr_tx_phase, TUNE_TX); in mmc_ddr_tuning()
/linux-3.4.99/drivers/staging/rts5139/
Drts51x.c544 option->mmc_ddr_tx_phase = 1; in rts51x_init_options()
Drts51x_chip.h359 int mmc_ddr_tx_phase; /* Enabled by bit 5 of sd_ctl */ member
Dsd.c1775 sd_change_phase(chip, (u8) chip->option.mmc_ddr_tx_phase,