Home
last modified time | relevance | path

Searched refs:ti_clkmode_offset (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm/ti/clk/
H A Dti_clk_dpll.c55 uint32_t ti_clkmode_offset; /* control */ member
218 WRITE4(clk, sc->ti_clkmode_offset, DPLL_EN_MN_BYPASS_MODE); in ti_dpll_clk_set_freq()
251 WRITE4(clk, sc->ti_clkmode_offset, DPLL_EN_LOCK_MODE); in ti_dpll_clk_set_freq()
314 sc->ti_clkmode_offset = clkdef->ti_clkmode_offset; in ti_clknode_dpll_register()
H A Dti_dpll_clock.c194 sc->dpll_def.ti_clkmode_offset = reg_cells[0]; in parse_dpll_reg()
202 sc->dpll_def.ti_clkmode_offset = reg_cells[0]; in parse_dpll_reg()
207 sc->dpll_def.ti_clkmode_offset = reg_cells[0]; in parse_dpll_reg()
255 sc->dpll_def.ti_clkmode_offset, sc->dpll_def.ti_idlest_offset, in parse_dpll_reg()
H A Dti_clk_dpll.h82 uint32_t ti_clkmode_offset; /* control */ member