/Linux-v5.10/drivers/clk/sunxi-ng/ |
D | ccu_sdm.c | 13 struct ccu_sdm_internal *sdm) in ccu_sdm_helper_is_enabled() argument 18 if (sdm->enable && !(readl(common->base + common->reg) & sdm->enable)) in ccu_sdm_helper_is_enabled() 21 return !!(readl(common->base + sdm->tuning_reg) & sdm->tuning_enable); in ccu_sdm_helper_is_enabled() 25 struct ccu_sdm_internal *sdm, in ccu_sdm_helper_enable() argument 36 for (i = 0; i < sdm->table_size; i++) in ccu_sdm_helper_enable() 37 if (sdm->table[i].rate == rate) in ccu_sdm_helper_enable() 38 writel(sdm->table[i].pattern, in ccu_sdm_helper_enable() 39 common->base + sdm->tuning_reg); in ccu_sdm_helper_enable() 43 reg = readl(common->base + sdm->tuning_reg); in ccu_sdm_helper_enable() 44 writel(reg | sdm->tuning_enable, common->base + sdm->tuning_reg); in ccu_sdm_helper_enable() [all …]
|
D | ccu_sdm.h | 52 struct ccu_sdm_internal *sdm); 54 struct ccu_sdm_internal *sdm, 57 struct ccu_sdm_internal *sdm); 60 struct ccu_sdm_internal *sdm, 64 struct ccu_sdm_internal *sdm, 68 struct ccu_sdm_internal *sdm,
|
D | ccu_nm.c | 109 if (ccu_sdm_helper_is_enabled(&nm->common, &nm->sdm)) in ccu_nm_recalc_rate() 110 rate = ccu_sdm_helper_read_rate(&nm->common, &nm->sdm, m, n); in ccu_nm_recalc_rate() 149 if (ccu_sdm_helper_has_rate(&nm->common, &nm->sdm, rate)) { in ccu_nm_round_rate() 204 if (ccu_sdm_helper_has_rate(&nm->common, &nm->sdm, rate)) { in ccu_nm_set_rate() 205 ccu_sdm_helper_enable(&nm->common, &nm->sdm, rate); in ccu_nm_set_rate() 208 ccu_sdm_helper_get_factors(&nm->common, &nm->sdm, rate, in ccu_nm_set_rate() 211 ccu_sdm_helper_disable(&nm->common, &nm->sdm); in ccu_nm_set_rate()
|
D | ccu_nm.h | 29 struct ccu_sdm_internal sdm; member 49 .sdm = _SUNXI_CCU_SDM(_sdm_table, _sdm_en, \
|
D | ccu-sun50i-a100.c | 206 .sdm = _SUNXI_CCU_SDM(pll_com_sdm_table, BIT(24), 253 .sdm = _SUNXI_CCU_SDM(pll_audio_sdm_table, BIT(24),
|
D | ccu-sun8i-a83t.c | 84 .sdm = _SUNXI_CCU_SDM(pll_audio_sdm_table, BIT(24),
|
D | ccu-sun50i-h6.c | 217 .sdm = _SUNXI_CCU_SDM(pll_audio_sdm_table,
|
D | ccu-sun5i.c | 69 .sdm = _SUNXI_CCU_SDM(pll_audio_sdm_table, 0,
|
D | ccu-sun4i-a10.c | 66 .sdm = _SUNXI_CCU_SDM(pll_audio_sdm_table, 0,
|
/Linux-v5.10/drivers/clk/meson/ |
D | clk-mpll.c | 32 unsigned int sdm, in rate_from_params() argument 35 unsigned long divisor = (SDM_DEN * n2) + sdm; in rate_from_params() 45 unsigned int *sdm, in params_from_rate() argument 55 *sdm = DIV_ROUND_CLOSEST_ULL(frac, requested_rate); in params_from_rate() 57 *sdm = DIV_ROUND_UP_ULL(frac, requested_rate); in params_from_rate() 59 if (*sdm == SDM_DEN) { in params_from_rate() 60 *sdm = 0; in params_from_rate() 66 *sdm = 0; in params_from_rate() 69 *sdm = SDM_DEN - 1; in params_from_rate() 80 unsigned int sdm, n2; in mpll_recalc_rate() local [all …]
|
D | clk-mpll.h | 16 struct parm sdm; member
|
D | axg.c | 486 .sdm = { 537 .sdm = { 588 .sdm = { 644 .sdm = {
|
D | gxbb.c | 716 .sdm = { 759 .sdm = { 802 .sdm = {
|
D | meson8b.c | 429 .sdm = { 479 .sdm = { 524 .sdm = {
|
D | g12a.c | 2204 .sdm = { 2258 .sdm = { 2312 .sdm = { 2366 .sdm = {
|
/Linux-v5.10/Documentation/trace/ |
D | events-msr.rst | 7 at https://www.intel.com/sdm (Volume 3)
|
/Linux-v5.10/drivers/media/tuners/ |
D | r820t.c | 529 u16 sdm = 0; in r820t_set_pll() local 648 sdm = sdm + 32768 / (n_sdm / 2); in r820t_set_pll() 657 freq, pll_ref, refdiv2 ? " / 2" : "", sdm); in r820t_set_pll() 659 rc = r820t_write_reg(priv, 0x16, sdm >> 8); in r820t_set_pll() 662 rc = r820t_write_reg(priv, 0x15, sdm & 0xff); in r820t_set_pll()
|
/Linux-v5.10/Documentation/x86/ |
D | pti.rst | 103 See intel.com/sdm for the gory PCID/INVPCID details.
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-list.txt | 314 http://www.intel.com/sdm/[Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 3B: …
|