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

  /src/sys/arch/arm/ti/
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);
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), \

Completed in 13 milliseconds