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

  /src/usr.sbin/emcfanctl/
emcfanctloutputs.c 452 bool pushpull = false; local in function:output_emcfan_pwm_output_type
463 pushpull= true;
469 mj_append_field(&obj, "pwm_output_type", "integer", (int64_t)pushpull);
477 printf("PWM Output Type:%s\n",(pushpull ? "push-pull" : "open drain"));
emcfanctloutputs.c 452 bool pushpull = false; local in function:output_emcfan_pwm_output_type
463 pushpull= true;
469 mj_append_field(&obj, "pwm_output_type", "integer", (int64_t)pushpull);
477 printf("PWM Output Type:%s\n",(pushpull ? "push-pull" : "open drain"));
emcfanctloutputs.c 452 bool pushpull = false; local in function:output_emcfan_pwm_output_type
463 pushpull= true;
469 mj_append_field(&obj, "pwm_output_type", "integer", (int64_t)pushpull);
477 printf("PWM Output Type:%s\n",(pushpull ? "push-pull" : "open drain"));
  /src/sys/dev/i2c/
max77620.c 154 const bool pushpull = (be32toh(gpio[2]) & __BIT(1)) == 0; local in function:max77620_gpio_acquire
157 if (pushpull)
max77620.c 154 const bool pushpull = (be32toh(gpio[2]) & __BIT(1)) == 0; local in function:max77620_gpio_acquire
157 if (pushpull)
max77620.c 154 const bool pushpull = (be32toh(gpio[2]) & __BIT(1)) == 0; local in function:max77620_gpio_acquire
157 if (pushpull)

Completed in 31 milliseconds