Home
last modified time | relevance | path

Searched refs:dpll_params (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dclock.h80 struct dpll_params { struct
107 extern const struct dpll_params dpll_mpu_opp[NUM_CRYSTAL_FREQ][NUM_OPPS]; argument
108 extern const struct dpll_params dpll_core_1000MHz[NUM_CRYSTAL_FREQ];
109 extern const struct dpll_params dpll_per_192MHz[NUM_CRYSTAL_FREQ];
110 extern const struct dpll_params dpll_ddr2_266MHz[NUM_CRYSTAL_FREQ];
111 extern const struct dpll_params dpll_ddr3_303MHz[NUM_CRYSTAL_FREQ];
112 extern const struct dpll_params dpll_ddr3_400MHz[NUM_CRYSTAL_FREQ];
116 const struct dpll_params *get_dpll_mpu_params(void);
117 const struct dpll_params *get_dpll_core_params(void);
118 const struct dpll_params *get_dpll_per_params(void);
[all …]
H A Dclocks_am33xx.h32 extern const struct dpll_params dpll_core_opp100;
33 extern struct dpll_params dpll_mpu_opp100;
/openbmc/u-boot/board/compulab/cm_t43/
H A Dspl.c16 const struct dpll_params dpll_mpu = { 800, 24, 1, -1, -1, -1, -1 };
17 const struct dpll_params dpll_core = { 1000, 24, -1, -1, 10, 8, 4 };
18 const struct dpll_params dpll_per = { 960, 24, 5, -1, -1, -1, -1 };
19 const struct dpll_params dpll_ddr = { 400, 23, 1, -1, 1, -1, -1 };
84 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()
89 const struct dpll_params *get_dpll_mpu_params(void) in get_dpll_mpu_params()
94 const struct dpll_params *get_dpll_core_params(void) in get_dpll_core_params()
99 const struct dpll_params *get_dpll_per_params(void) in get_dpll_per_params()
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dclock_am33xx.c61 struct dpll_params dpll_mpu_opp100 = {
63 const struct dpll_params dpll_core_opp100 = {
66 const struct dpll_params dpll_mpu_opp[NUM_CRYSTAL_FREQ][NUM_OPPS] = {
101 const struct dpll_params dpll_core_1000MHz[NUM_CRYSTAL_FREQ] = {
108 const struct dpll_params dpll_per_192MHz[NUM_CRYSTAL_FREQ] = {
115 const struct dpll_params dpll_ddr3_303MHz[NUM_CRYSTAL_FREQ] = {
122 const struct dpll_params dpll_ddr3_400MHz[NUM_CRYSTAL_FREQ] = {
129 const struct dpll_params dpll_ddr2_266MHz[NUM_CRYSTAL_FREQ] = {
136 __weak const struct dpll_params *get_dpll_mpu_params(void) in get_dpll_mpu_params()
141 const struct dpll_params *get_dpll_core_params(void) in get_dpll_core_params()
[all …]
H A Dclock.c18 const struct dpll_params *params) in setup_post_dividers()
73 const struct dpll_params *params) in do_setup_dpll()
102 const struct dpll_params *params; in setup_dplls()
249 const struct dpll_params *params; in rtc_only_prcm_init()
H A Dchilisom.c160 const struct dpll_params dpll_ddr_chilisom = {
163 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dhw_data.c31 static const struct dpll_params mpu_dpll_params_800mhz[NUM_SYS_CLKS] = {
42 static const struct dpll_params mpu_dpll_params_1ghz[NUM_SYS_CLKS] = {
52 static const struct dpll_params
63 static const struct dpll_params
74 static const struct dpll_params
85 static const struct dpll_params per_dpll_params_768mhz[NUM_SYS_CLKS] = {
125 static const struct dpll_params iva_dpll_params_2330mhz[NUM_SYS_CLKS] = {
147 static const struct dpll_params
161 static const struct dpll_params abe_dpll_params_32k_196608khz = {
167 static const struct dpll_params
[all …]
/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Dhw_data.c39 static const struct dpll_params mpu_dpll_params_1400mhz[NUM_SYS_CLKS] = {
54 static const struct dpll_params mpu_dpll_params_1600mhz[NUM_SYS_CLKS] = {
68 static const struct dpll_params mpu_dpll_params_1200mhz[NUM_SYS_CLKS] = {
80 static const struct dpll_params core_dpll_params_1600mhz[NUM_SYS_CLKS] = {
91 static const struct dpll_params core_dpll_params_es1_1524mhz[NUM_SYS_CLKS] = {
102 static const struct dpll_params
113 static const struct dpll_params per_dpll_params_1536mhz[NUM_SYS_CLKS] = {
123 static const struct dpll_params iva_dpll_params_1862mhz[NUM_SYS_CLKS] = {
135 static const struct dpll_params
147 static const struct dpll_params abe_dpll_params_32k_196608khz = {
[all …]
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dpipe3-phy.c108 struct pipe3_dpll_params *dpll_params; in omap_pipe3_dpll_program() local
110 dpll_params = omap_pipe3_get_dpll_params(phy); in omap_pipe3_dpll_program()
111 if (!dpll_params) { in omap_pipe3_dpll_program()
118 val |= dpll_params->n << PLL_REGN_SHIFT; in omap_pipe3_dpll_program()
123 val |= dpll_params->freq << PLL_SELFREQDCO_SHIFT; in omap_pipe3_dpll_program()
128 val |= dpll_params->m << PLL_REGM_SHIFT; in omap_pipe3_dpll_program()
133 val |= dpll_params->mf << PLL_REGM_F_SHIFT; in omap_pipe3_dpll_program()
138 val |= dpll_params->sd << PLL_SD_SHIFT; in omap_pipe3_dpll_program()
H A Dclocks-common.c73 void setup_post_dividers(u32 const base, const struct dpll_params *params) in setup_post_dividers()
148 const struct dpll_params *get_mpu_dpll_params(struct dplls const *dpll_data) in get_mpu_dpll_params()
160 const struct dpll_params *get_per_dpll_params(struct dplls const *dpll_data) in get_per_dpll_params()
188 static const struct dpll_params *get_ddr_dpll_params in get_ddr_dpll_params()
199 static const struct dpll_params *get_gmac_dpll_params in get_gmac_dpll_params()
210 static void do_setup_dpll(u32 const base, const struct dpll_params *params, in do_setup_dpll()
270 const struct dpll_params *core_dpll_params; in omap_ddr_clk()
314 const struct dpll_params *params; in configure_mpu_dpll()
347 const struct dpll_params *params; in setup_usb_dpll()
376 const struct dpll_params *params; in setup_dplls()
[all …]
/openbmc/u-boot/drivers/usb/phy/
H A Domap_usb_phy.c80 struct usb3_dpll_params *dpll_params; in omap_usb_dpll_lock() local
83 dpll_params = omap_usb3_get_dpll_params(); in omap_usb_dpll_lock()
84 if (!dpll_params) in omap_usb_dpll_lock()
89 val |= dpll_params->n << PLL_REGN_SHIFT; in omap_usb_dpll_lock()
94 val |= dpll_params->freq << PLL_SELFREQDCO_SHIFT; in omap_usb_dpll_lock()
99 val |= dpll_params->m << PLL_REGM_SHIFT; in omap_usb_dpll_lock()
104 val |= dpll_params->mf << PLL_REGM_F_SHIFT; in omap_usb_dpll_lock()
109 val |= dpll_params->sd << PLL_SD_SHIFT; in omap_usb_dpll_lock()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c148 struct usb3_dpll_params *dpll_params; in ti_usb3_dpll_program() local
153 dpll_params = ti_usb3_get_dpll_params(phy); in ti_usb3_dpll_program()
154 if (!dpll_params) in ti_usb3_dpll_program()
159 val |= dpll_params->n << PLL_REGN_SHIFT; in ti_usb3_dpll_program()
164 val |= dpll_params->freq << PLL_SELFREQDCO_SHIFT; in ti_usb3_dpll_program()
169 val |= dpll_params->m << PLL_REGM_SHIFT; in ti_usb3_dpll_program()
174 val |= dpll_params->mf << PLL_REGM_F_SHIFT; in ti_usb3_dpll_program()
179 val |= dpll_params->sd << PLL_SD_SHIFT; in ti_usb3_dpll_program()
/openbmc/u-boot/drivers/phy/
H A Dti-pipe3-phy.c130 struct pipe3_dpll_params *dpll_params; in omap_pipe3_dpll_program() local
132 dpll_params = omap_pipe3_get_dpll_params(pipe3); in omap_pipe3_dpll_program()
133 if (!dpll_params) { in omap_pipe3_dpll_program()
140 val |= dpll_params->n << PLL_REGN_SHIFT; in omap_pipe3_dpll_program()
145 val |= dpll_params->freq << PLL_SELFREQDCO_SHIFT; in omap_pipe3_dpll_program()
150 val |= dpll_params->m << PLL_REGM_SHIFT; in omap_pipe3_dpll_program()
155 val |= dpll_params->mf << PLL_REGM_F_SHIFT; in omap_pipe3_dpll_program()
160 val |= dpll_params->sd << PLL_SD_SHIFT; in omap_pipe3_dpll_program()
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_common.h487 struct dpll_params { struct
522 const struct dpll_params *mpu; argument
523 const struct dpll_params *core;
524 const struct dpll_params *per;
525 const struct dpll_params *abe;
526 const struct dpll_params *iva;
527 const struct dpll_params *usb;
528 const struct dpll_params *ddr;
529 const struct dpll_params *gmac;
615 const struct dpll_params *get_mpu_dpll_params(struct dplls const *);
[all …]
/openbmc/u-boot/board/silica/pengwyn/
H A Dboard.c71 const struct dpll_params dpll_ddr_266 = {
73 const struct dpll_params dpll_ddr_303 = {
75 const struct dpll_params dpll_ddr_400 = {
99 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()
/openbmc/u-boot/board/ti/am43xx/
H A Dboard.c56 const struct dpll_params dpll_mpu[NUM_CRYSTAL_FREQ][NUM_OPPS] = {
91 const struct dpll_params dpll_core[NUM_CRYSTAL_FREQ] = {
98 const struct dpll_params dpll_per[NUM_CRYSTAL_FREQ] = {
105 const struct dpll_params epos_evm_dpll_ddr[NUM_CRYSTAL_FREQ] = {
112 const struct dpll_params gp_evm_dpll_ddr = {
115 static const struct dpll_params idk_dpll_ddr = {
322 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()
365 const struct dpll_params *get_dpll_mpu_params(void) in get_dpll_mpu_params()
373 const struct dpll_params *get_dpll_core_params(void) in get_dpll_core_params()
380 const struct dpll_params *get_dpll_per_params(void) in get_dpll_per_params()
[all …]
/openbmc/u-boot/board/eets/pdu001/
H A Dboard.c185 const struct dpll_params dpll_ddr = {
187 const struct dpll_params dpll_ddr_evm_sk = {
189 const struct dpll_params dpll_ddr_bone_black = {
209 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()
/openbmc/u-boot/board/gumstix/pepper/
H A Dboard.c65 const struct dpll_params dpll_ddr3 = {400, OSC-1, 1, -1, -1, -1, -1};
98 const struct dpll_params dpll_ddr2 = {266, OSC-1, 1, -1, -1, -1, -1};
122 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()
144 const struct dpll_params *dpll = get_dpll_ddr_params(); in sdram_init()
/openbmc/u-boot/board/birdland/bav335x/
H A Dboard.c174 const struct dpll_params dpll_ddr = {
176 const struct dpll_params dpll_ddr_evm_sk = {
178 const struct dpll_params dpll_ddr_bone_black = {
232 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()
/openbmc/u-boot/board/compulab/cm_t335/
H A Dspl.c59 const struct dpll_params dpll_ddr = {
77 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()
/openbmc/u-boot/board/vscom/baltos/
H A Dboard.c163 const struct dpll_params dpll_ddr = {
165 const struct dpll_params dpll_ddr_evm_sk = {
167 const struct dpll_params dpll_ddr_baltos = {
221 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()
/openbmc/u-boot/board/BuR/brppt1/
H A Dboard.c76 static const struct dpll_params dpll_ddr3 = { 400, OSC-1, 1, -1, -1, -1, -1};
129 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()
/openbmc/linux/drivers/phy/ti/
H A Dphy-ti-pipe3.c406 struct pipe3_dpll_params *dpll_params; in ti_pipe3_dpll_program() local
408 dpll_params = ti_pipe3_get_dpll_params(phy); in ti_pipe3_dpll_program()
409 if (!dpll_params) in ti_pipe3_dpll_program()
414 val |= dpll_params->n << PLL_REGN_SHIFT; in ti_pipe3_dpll_program()
419 val |= dpll_params->freq << PLL_SELFREQDCO_SHIFT; in ti_pipe3_dpll_program()
424 val |= dpll_params->m << PLL_REGM_SHIFT; in ti_pipe3_dpll_program()
429 val |= dpll_params->mf << PLL_REGM_F_SHIFT; in ti_pipe3_dpll_program()
434 val |= dpll_params->sd << PLL_SD_SHIFT; in ti_pipe3_dpll_program()
/openbmc/u-boot/board/bosch/shc/
H A Dboard.c283 const struct dpll_params dpll_ddr_shc = {
286 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()
302 const struct dpll_params dpll_mpu_shc_opp100 = {
/openbmc/u-boot/board/siemens/common/
H A Dboard.c101 const struct dpll_params dpll_ddr = {
104 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()

12