Searched refs:clk_phase (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/socfpga/ |
H A D | clk-gate-a10.c | 43 u32 clk_phase[2]; in socfpga_clk_prepare() local 45 if (socfpgaclk->clk_phase[0] || socfpgaclk->clk_phase[1]) { in socfpga_clk_prepare() 46 for (i = 0; i < ARRAY_SIZE(clk_phase); i++) { in socfpga_clk_prepare() 47 switch (socfpgaclk->clk_phase[i]) { in socfpga_clk_prepare() 49 clk_phase[i] = 0; in socfpga_clk_prepare() 52 clk_phase[i] = 1; in socfpga_clk_prepare() 55 clk_phase[i] = 2; in socfpga_clk_prepare() 58 clk_phase[i] = 3; in socfpga_clk_prepare() 61 clk_phase[ in socfpga_clk_prepare() 99 u32 clk_phase[2]; __socfpga_gate_init() local [all...] |
H A D | clk-gate.c | 117 u32 clk_phase[2]; in socfpga_clk_prepare() local 119 if (socfpgaclk->clk_phase[0] || socfpgaclk->clk_phase[1]) { in socfpga_clk_prepare() 127 switch (socfpgaclk->clk_phase[i]) { in socfpga_clk_prepare() 129 clk_phase[i] = 0; in socfpga_clk_prepare() 132 clk_phase[i] = 1; in socfpga_clk_prepare() 135 clk_phase[i] = 2; in socfpga_clk_prepare() 138 clk_phase[i] = 3; in socfpga_clk_prepare() 141 clk_phase[i] = 4; in socfpga_clk_prepare() 144 clk_phase[ in socfpga_clk_prepare() 175 u32 clk_phase[2]; socfpga_gate_init() local [all...] |
H A D | clk.h | 53 u32 clk_phase[2]; member
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | dw_mmc-pltfm.c | 74 u32 clk_phase[2] = {0}, reg_offset, reg_shift; in dw_mci_socfpga_priv_init() local 77 rc = of_property_read_variable_u32_array(np, "clk-phase-sd-hs", &clk_phase[0], 2, 0); in dw_mci_socfpga_priv_init() 90 for (i = 0; i < ARRAY_SIZE(clk_phase); i++) in dw_mci_socfpga_priv_init() 91 clk_phase[i] /= SOCFPGA_DW_MMC_CLK_PHASE_STEP; in dw_mci_socfpga_priv_init() 93 hs_timing = SYSMGR_SDMMC_CTRL_SET(clk_phase[0], clk_phase[1], reg_shift); in dw_mci_socfpga_priv_init()
|
H A D | sdhci-of-arasan.c | 1223 u32 clk_phase[2] = {0}; in arasan_dt_read_clk_phase() local 1230 ret = of_property_read_variable_u32_array(np, prop, &clk_phase[0], in arasan_dt_read_clk_phase() 1240 clk_data->clk_phase_in[timing] = clk_phase[0]; in arasan_dt_read_clk_phase() 1241 clk_data->clk_phase_out[timing] = clk_phase[1]; in arasan_dt_read_clk_phase()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | clk.h | 154 DECLARE_EVENT_CLASS(clk_phase, 173 DEFINE_EVENT(clk_phase, clk_set_phase, 180 DEFINE_EVENT(clk_phase, clk_set_phase_complete,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | clk.h | 198 DECLARE_EVENT_CLASS(clk_phase, 217 DEFINE_EVENT(clk_phase, clk_set_phase, 224 DEFINE_EVENT(clk_phase, clk_set_phase_complete,
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | lm49453.c | 1146 int clk_phase = 0; in lm49453_set_dai_fmt() local 1173 clk_phase = (1 << 5); in lm49453_set_dai_fmt() 1178 clk_phase = (1 << 5); in lm49453_set_dai_fmt() 1187 (aif_val | mode | clk_phase)); in lm49453_set_dai_fmt()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | lm49453.c | 1146 int clk_phase = 0; in lm49453_set_dai_fmt() local 1173 clk_phase = (1 << 5); in lm49453_set_dai_fmt() 1178 clk_phase = (1 << 5); in lm49453_set_dai_fmt() 1187 (aif_val | mode | clk_phase)); in lm49453_set_dai_fmt()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-of-arasan.c | 1014 int clk_phase[2] = {0}; in arasan_dt_read_clk_phase() local 1020 if (of_property_read_variable_u32_array(np, prop, &clk_phase[0], in arasan_dt_read_clk_phase() 1029 clk_data->clk_phase_in[timing] = clk_phase[0]; in arasan_dt_read_clk_phase() 1030 clk_data->clk_phase_out[timing] = clk_phase[1]; in arasan_dt_read_clk_phase()
|
Completed in 10 milliseconds