Searched refs:output_enable (Results 1 – 4 of 4) sorted by relevance
385 int err, control, output_enable; in sch56xx_watchdog_register() local391 output_enable = in sch56xx_watchdog_register()397 if (output_enable < 0) in sch56xx_watchdog_register()399 if (check_enabled && !(output_enable & SCH56XX_WDOG_OUTPUT_ENABLE)) { in sch56xx_watchdog_register()426 if (output_enable & SCH56XX_WDOG_OUTPUT_ENABLE) in sch56xx_watchdog_register()438 data->watchdog_output_enable = output_enable; in sch56xx_watchdog_register()
213 char *output_enable; in amd_gpio_dbg_show() local312 output_enable = "output is enabled|"; in amd_gpio_dbg_show()318 output_enable = "output is disabled|"; in amd_gpio_dbg_show()333 output_value, output_enable, pin_reg); in amd_gpio_dbg_show()
386 struct regmap_field *output_enable = pc->oe; in st_pinconf_set_config() local392 if (output_enable) { in st_pinconf_set_config()393 regmap_field_read(output_enable, &oe_value); in st_pinconf_set_config()397 regmap_field_write(output_enable, oe_value); in st_pinconf_set_config()
1514 bool output_enable; /*< I2S output enable */ member