Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/ti/ | |
ti_div_clock.c | 102 const int prcm_phandle = OF_parent(OF_parent(phandle)); local in function:ti_div_clock_attach 104 fdtbus_get_reg(prcm_phandle, 0, &base_addr, NULL) != 0) { |
ti_mux_clock.c | 109 const int prcm_phandle = OF_parent(OF_parent(phandle)); local in function:ti_mux_clock_attach 111 fdtbus_get_reg(prcm_phandle, 0, &base_addr, NULL) != 0) { |
ti_dpll_clock.c | 159 const int prcm_phandle = OF_parent(OF_parent(phandle)); local in function:ti_dpll_clock_attach 160 if (fdtbus_get_reg(prcm_phandle, 0, &base_addr, NULL) != 0) { |