Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-ljca.c44 #define LJCA_GPIO_CONF_CLR BIT(4) macro
157 u8 config = LJCA_GPIO_CONF_INPUT | LJCA_GPIO_CONF_CLR; in ljca_gpio_direction_input()
166 u8 config = LJCA_GPIO_CONF_OUTPUT | LJCA_GPIO_CONF_CLR; in ljca_gpio_direction_output()