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

  /src/sys/arch/riscv/starfive/
jh7100_pinctrl.c 166 const int drive_strength = fdtbus_pinctrl_parse_drive_strength(phandle); local in function:jh7100_pinctrl_pin_properties
186 switch (drive_strength) {
188 const u_int ds = (drive_strength - 14) / 7;
197 "strength %d\n", phandle, drive_strength);
jh7110_pinctrl.c 444 const int drive_strength = fdtbus_pinctrl_parse_drive_strength(phandle); local in function:jh7110_pinctrl_pin_properties
468 switch (drive_strength) {
489 "strength %d\n", phandle, drive_strength);
  /src/sys/arch/arm/sunxi/
sunxi_gpio.c 290 const struct sunxi_gpio_pins *pin_def, int drive_strength)
296 if (drive_strength < 10 || drive_strength > 40)
304 drv |= __SHIFTIN((drive_strength / 10) - 1, drv_mask);
855 const int drive_strength = sunxi_pinctrl_parse_drive_strength(phandle); local in function:sunxi_pinctrl_set_config
872 if (drive_strength != -1)
873 sunxi_gpio_setdrv(sc, pin_def, drive_strength);

Completed in 13 milliseconds