HomeSort by: relevance | last modified time | path
    Searched refs:hwmod (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arm/ti/
omap3_cm.c 68 val = PRCM_READ(sc, tc->u.hwmod.reg + CM_FCLKEN);
70 val |= tc->u.hwmod.mask;
72 val &= ~tc->u.hwmod.mask;
73 PRCM_WRITE(sc, tc->u.hwmod.reg + CM_FCLKEN, val);
75 val = PRCM_READ(sc, tc->u.hwmod.reg + CM_ICLKEN);
77 val |= tc->u.hwmod.mask;
79 val &= ~tc->u.hwmod.mask;
80 PRCM_WRITE(sc, tc->u.hwmod.reg + CM_ICLKEN, val);
82 if (tc->u.hwmod.flags & TI_HWMOD_DISABLE_AUTOIDLE) {
83 val = PRCM_READ(sc, tc->u.hwmod.reg + CM_AUTOIDLE)
    [all...]
ti_prcm.h 71 struct ti_prcm_hwmod hwmod; member in union:ti_prcm_clk::__anona961a107010a
140 return tc->u.hwmod.parent;
149 .u.hwmod.reg = (_reg), \
150 .u.hwmod.mask = (_mask), \
151 .u.hwmod.flags = (_flags), \
152 .u.hwmod.parent = (_parent), \
ti_omaptimer.c 179 struct clk *hwmod; local in function:omaptimer_attach
199 hwmod = ti_prcm_get_hwmod(phandle, 0);
200 if (hwmod == NULL || clk_enable(hwmod) != 0) {
208 rate = clk_get_rate(hwmod);
am3_prcm.c 81 val = PRCM_READ(sc, tc->u.hwmod.reg);
86 PRCM_WRITE(sc, tc->u.hwmod.reg, val);
234 * Look for a matching hwmod.
241 if (tclk->u.hwmod.reg == regoff)

Completed in 13 milliseconds