Home
last modified time | relevance | path

Searched refs:ti_clk_data_mux_reg (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/ti/k3low/common/pm/
H A Dti_clocks.c301 static const struct ti_clk_data_mux_reg clk_data_ADC0_CLKSEL_out0 = {
343 static const struct ti_clk_data_mux_reg clk_data_AUDIO_REFCLKn_out0 = {
351 static const struct ti_clk_data_mux_reg clk_data_AUDIO_REFCLKn_out1 = {
369 static const struct ti_clk_data_mux_reg clk_data_CLKOUT0_CTRL_out0 = {
395 static const struct ti_clk_data_mux_reg clk_data_CLK_32K_RC_SEL_out0 = {
437 static const struct ti_clk_data_mux_reg clk_data_MAIN_CP_GEMAC_CPTS_CLK_SEL_out0 = {
455 static const struct ti_clk_data_mux_reg clk_data_MAIN_DPHYTX_REFCLK_out0 = {
473 static const struct ti_clk_data_mux_reg clk_data_MAIN_DSS_DPI0_out0 = {
491 static const struct ti_clk_data_mux_reg clk_data_MAIN_EMMCSD0_IO_CLKLB_SEL_out0 = {
509 static const struct ti_clk_data_mux_reg clk_data_MAIN_EMMCSD0_REFCLK_SEL_out0 = {
[all …]
/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk_pllctrl.c34 const struct ti_clk_data_mux_reg *reg; in ti_clk_pllctrl_mux_get_parent()
41 reg = ti_container_of(mux, const struct ti_clk_data_mux_reg, data_mux); in ti_clk_pllctrl_mux_get_parent()
H A Dti_clk_mux.c28 const struct ti_clk_data_mux_reg *reg; in ti_clk_mux_get_parent_value()
35 reg = ti_container_of(mux, const struct ti_clk_data_mux_reg, data_mux); in ti_clk_mux_get_parent_value()
75 const struct ti_clk_data_mux_reg *reg; in ti_clk_mux_set_parent_internal()
82 reg = ti_container_of(mux, const struct ti_clk_data_mux_reg, data_mux); in ti_clk_mux_set_parent_internal()
/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk_mux.h42 struct ti_clk_data_mux_reg { struct