Searched refs:prcm_phandle (Results 1 - 4 of 4) sorted by relevance

/src/sys/arch/arm/ti/
H A Dti_div_clock.c105 const int prcm_phandle = OF_parent(OF_parent(phandle)); local in function:ti_div_clock_attach
107 fdtbus_get_reg(prcm_phandle, 0, &base_addr, NULL) != 0) {
H A Dti_gate_clock.c109 const int prcm_phandle = OF_parent(OF_parent(phandle)); local in function:ti_gate_clock_attach
111 fdtbus_get_reg(prcm_phandle, 0, &base_addr, NULL) != 0) {
H A Dti_mux_clock.c110 const int prcm_phandle = OF_parent(OF_parent(phandle)); local in function:ti_mux_clock_attach
112 fdtbus_get_reg(prcm_phandle, 0, &base_addr, NULL) != 0) {
H A Dti_dpll_clock.c184 const int prcm_phandle = OF_parent(OF_parent(phandle)); local in function:ti_dpll_clock_attach
185 if (fdtbus_get_reg(prcm_phandle, 0, &base_addr, NULL) != 0) {

Completed in 4 milliseconds