Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dintel_broadwell_gpio.c63 setio_32(&regs->config[priv->offset + offset], CONFA_DIR_INPUT); in broadwell_gpio_direction_input()
98 clrio_32(&regs->config[priv->offset + offset], CONFA_DIR_INPUT); in broadwell_gpio_direction_output()
111 if (inl(&regs->config[priv->offset + offset]) & CONFA_DIR_INPUT) in broadwell_gpio_get_function()
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dgpio.h72 CONFA_DIR_INPUT = 1 << CONFA_DIR_SHIFT, enumerator