Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-cs5535.c249 __cs5535_gpio_set(chip, offset, GPIO_INPUT_ENABLE); in chip_direction_input()
263 __cs5535_gpio_set(chip, offset, GPIO_INPUT_ENABLE); in chip_direction_output()
/openbmc/linux/include/linux/
H A Dcs5535.h151 #define GPIO_INPUT_ENABLE 0x20 macro