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

  /src/sys/arch/arm/ti/
ti_prcm.c 230 const char *hwmods, *p; local in function:ti_prcm_get_hwmod
236 /* If this node does not have a ti,hwmods property, try the parent */
237 hwmod_phandle = of_hasprop(phandle, "ti,hwmods") ? phandle : OF_parent(phandle);
239 /* Lookup clock by "ti,hwmods" name (old method) */
240 hwmods = fdtbus_get_prop(hwmod_phandle, "ti,hwmods", &len);
242 p = hwmods;

Completed in 11 milliseconds