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);
|