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

  /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) {

Completed in 13 milliseconds