Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-ljca.c33 #define LJCA_GPIO_CONF_PULLUP BIT(3) macro
185 ljca_gpio->connect_mode[offset] |= LJCA_GPIO_CONF_PULLUP; in ljca_gpio_set_config()
302 ljca_gpio->connect_mode[gpio_id] |= (LJCA_GPIO_CONF_LEVEL | LJCA_GPIO_CONF_PULLUP); in ljca_irq_set_type()
310 ljca_gpio->connect_mode[gpio_id] |= (LJCA_GPIO_CONF_EDGE | LJCA_GPIO_CONF_PULLUP); in ljca_irq_set_type()