Home
last modified time | relevance | path

Searched refs:CLKF_MASK (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dmac53c94.h174 #define CLKF_MASK 7 macro
175 #define CLKF_VAL(freq) ((((freq) + 4999999) / 5000000) & CLKF_MASK)
/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv740d.h47 #define CLKF_MASK (0x7f << 0) macro
H A Drv740_dpm.c212 CLKF_MASK | in rv740_populate_mclk_value()
229 CLKF_MASK | in rv740_populate_mclk_value()
H A Drv770d.h120 #define CLKF_MASK (0x7f << 0) macro
H A Dnid.h562 #define CLKF_MASK (0x7f << 0) macro
H A Dcypress_dpm.c515 CLKF_MASK | in cypress_populate_mclk_value()
532 CLKF_MASK | in cypress_populate_mclk_value()
H A Dsid.h621 #define CLKF_MASK (0xfff << 16) macro
H A Dcikd.h744 #define CLKF_MASK (0xfff << 16) macro
H A Drv770_dpm.c431 CLKF_MASK | in rv770_populate_mclk_value()
459 CLKF_MASK | in rv770_populate_mclk_value()
H A Devergreend.h100 #define CLKF_MASK (0x7f << 0) macro
H A Dni_dpm.c2199 CLKF_MASK | in ni_populate_mclk_value()
2216 CLKF_MASK | in ni_populate_mclk_value()
H A Dci_dpm.c2775 mpll_func_cntl_1 &= ~(CLKF_MASK | CLKFRAC_MASK | VCO_MODE_MASK); in ci_calculate_mclk_params()
H A Dsi_dpm.c4882 mpll_func_cntl_1 &= ~(CLKF_MASK | CLKFRAC_MASK | VCO_MODE_MASK); in si_populate_mclk_value()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dcru_rk3188.h188 CLKF_MASK = 0x1fff, enumerator
H A Dcru_rk3288.h227 CLKF_MASK = 0x1fff << CLKF_SHIFT, enumerator
/openbmc/u-boot/drivers/clk/rockchip/
H A Dclk_rk3188.c106 rk_clrsetreg(&pll->con1, CLKF_MASK, div->nf - 1); in rkclk_set_pll()
249 nf = ((con >> CLKF_SHIFT) & CLKF_MASK) + 1; in rkclk_pll_get_rate()
H A Dclk_rk3288.c164 rk_clrsetreg(&pll->con1, CLKF_MASK, div->nf - 1); in rkclk_set_pll()
561 nf = ((con & CLKF_MASK) >> CLKF_SHIFT) + 1; in rkclk_pll_get_rate()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h622 #define CLKF_MASK (0xfff << 16) macro
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c5384 mpll_func_cntl_1 &= ~(CLKF_MASK | CLKFRAC_MASK | VCO_MODE_MASK); in si_populate_mclk_value()