/src/sys/dev/fdt/ |
fdt_pwm.c | 42 int pc_phandle; member in struct:fdtbus_pwm_controller 59 pc->pc_phandle = phandle; 73 if (pc->pc_phandle == phandle) 100 const int pc_phandle = local in function:fdtbus_pwm_acquire_index 102 if (of_getprop_uint32(pc_phandle, "#pwm-cells", &pwm_cells)) 105 pc = fdtbus_get_pwm_controller(pc_phandle);
|
fdt_pwm.c | 42 int pc_phandle; member in struct:fdtbus_pwm_controller 59 pc->pc_phandle = phandle; 73 if (pc->pc_phandle == phandle) 100 const int pc_phandle = local in function:fdtbus_pwm_acquire_index 102 if (of_getprop_uint32(pc_phandle, "#pwm-cells", &pwm_cells)) 105 pc = fdtbus_get_pwm_controller(pc_phandle);
|
fdt_phy.c | 42 int pc_phandle; member in struct:fdtbus_phy_controller 59 pc->pc_phandle = phandle; 73 if (pc->pc_phandle == phandle) 107 const int pc_phandle = local in function:fdtbus_phy_get_index 109 if (of_getprop_uint32(pc_phandle, "#phy-cells", &phy_cells)) 112 pc = fdtbus_get_phy_controller(pc_phandle);
|
fdt_phy.c | 42 int pc_phandle; member in struct:fdtbus_phy_controller 59 pc->pc_phandle = phandle; 73 if (pc->pc_phandle == phandle) 107 const int pc_phandle = local in function:fdtbus_phy_get_index 109 if (of_getprop_uint32(pc_phandle, "#phy-cells", &phy_cells)) 112 pc = fdtbus_get_phy_controller(pc_phandle);
|
fdt_pinctrl.c | 45 int pc_phandle; member in struct:fdtbus_pinctrl_controller 62 pc->pc_phandle = phandle; 76 if (pc->pc_phandle == phandle)
|
fdt_pinctrl.c | 45 int pc_phandle; member in struct:fdtbus_pinctrl_controller 62 pc->pc_phandle = phandle; 76 if (pc->pc_phandle == phandle)
|
/src/sys/arch/arm/samsung/ |
exynos_pinctrl.c | 56 int pc_phandle; member in struct:exynos_pinctrl_config 170 int pins_len = OF_getproplen(pc->pc_phandle, "samsung,pins"); 174 for (pins = fdtbus_get_string(pc->pc_phandle, "samsung,pins"); 198 pc.pc_phandle = fdtbus_get_phandle_from_native(be32dec(data)); 200 exynos_parse_config(pc.pc_phandle, &pc.pc_pincfg);
|
exynos_pinctrl.c | 56 int pc_phandle; member in struct:exynos_pinctrl_config 170 int pins_len = OF_getproplen(pc->pc_phandle, "samsung,pins"); 174 for (pins = fdtbus_get_string(pc->pc_phandle, "samsung,pins"); 198 pc.pc_phandle = fdtbus_get_phandle_from_native(be32dec(data)); 200 exynos_parse_config(pc.pc_phandle, &pc.pc_pincfg);
|