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

  /src/sys/arch/arm/ti/
ti_prcm.c 231 int len, resid, hwmod_phandle; local in function:ti_prcm_get_hwmod
237 hwmod_phandle = of_hasprop(phandle, "ti,hwmods") ? phandle : OF_parent(phandle);
240 hwmods = fdtbus_get_prop(hwmod_phandle, "ti,hwmods", &len);
260 return fdtbus_clock_get_index(hwmod_phandle, index);
ti_prcm.c 231 int len, resid, hwmod_phandle; local in function:ti_prcm_get_hwmod
237 hwmod_phandle = of_hasprop(phandle, "ti,hwmods") ? phandle : OF_parent(phandle);
240 hwmods = fdtbus_get_prop(hwmod_phandle, "ti,hwmods", &len);
260 return fdtbus_clock_get_index(hwmod_phandle, index);

Completed in 22 milliseconds