Lines Matching defs:sample
74 #define SDXC_REG_SAMP_DL_REG 0x144 /* SMC sample delay control */
236 u32 sample;
754 clk_set_phase(host->clk_sample, host->cfg->clk_delays[index].sample);
1124 [SDXC_CLK_400K] = { .output = 180, .sample = 180 },
1125 [SDXC_CLK_25M] = { .output = 180, .sample = 75 },
1126 [SDXC_CLK_50M] = { .output = 90, .sample = 120 },
1127 [SDXC_CLK_50M_DDR] = { .output = 60, .sample = 120 },
1129 [SDXC_CLK_50M_DDR_8BIT] = { .output = 90, .sample = 180 },
1133 [SDXC_CLK_400K] = { .output = 180, .sample = 180 },
1134 [SDXC_CLK_25M] = { .output = 180, .sample = 75 },
1135 [SDXC_CLK_50M] = { .output = 150, .sample = 120 },
1136 [SDXC_CLK_50M_DDR] = { .output = 54, .sample = 36 },
1137 [SDXC_CLK_50M_DDR_8BIT] = { .output = 72, .sample = 72 },
1259 dev_err(host->dev, "Enable sample clk err %d\n", ret);
1336 host->clk_sample = devm_clk_get(&pdev->dev, "sample");
1338 dev_err(&pdev->dev, "Could not get sample clock\n");