Searched refs:prcm_phandle (Results 1 - 4 of 4) sorted by relevance
| /src/sys/arch/arm/ti/ | ||
| H A D | ti_div_clock.c | 105 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 D | ti_gate_clock.c | 109 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 D | ti_mux_clock.c | 110 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 D | ti_dpll_clock.c | 184 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