Home
last modified time | relevance | path

Searched refs:CONFA_OUTPUT_HIGH (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dintel_broadwell_gpio.c85 clrsetio_32(&regs->config[priv->offset + offset], CONFA_OUTPUT_HIGH, in broadwell_gpio_set_value()
86 value ? CONFA_OUTPUT_HIGH : 0); in broadwell_gpio_set_value()
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dgpio.h84 CONFA_OUTPUT_HIGH = 1UL << CONFA_OUTPUT_SHIFT, enumerator