HomeSort by: relevance | last modified time | path
    Searched refs:fdtbus_pinctrl_parse_drive_strength (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/fdt/
fdt_pinctrl.h 59 int fdtbus_pinctrl_parse_drive_strength(int);
fdt_pinctrl.c 259 fdtbus_pinctrl_parse_drive_strength(int phandle) function in typeref:typename:int
  /src/sys/arch/arm/rockchip/
rk3288_iomux.c 253 drv = fdtbus_pinctrl_parse_drive_strength(phandle);
rk3328_iomux.c 207 const int drv = fdtbus_pinctrl_parse_drive_strength(phandle);
rk3399_iomux.c 390 const int drv = fdtbus_pinctrl_parse_drive_strength(phandle);
rk3588_iomux.c 953 int drv = fdtbus_pinctrl_parse_drive_strength(phandle);
  /src/sys/arch/riscv/starfive/
jh7100_pinctrl.c 166 const int drive_strength = fdtbus_pinctrl_parse_drive_strength(phandle);
jh7110_pinctrl.c 444 const int drive_strength = fdtbus_pinctrl_parse_drive_strength(phandle);
  /src/sys/arch/arm/sunxi/
sunxi_gpio.c 762 val = fdtbus_pinctrl_parse_drive_strength(phandle);

Completed in 16 milliseconds