Searched refs:GPIO_OUTPUT_VAL (Results 1 – 2 of 2) sorted by relevance
238 cs5535_gpio_set(offset, GPIO_OUTPUT_VAL); in chip_gpio_set()240 cs5535_gpio_clear(offset, GPIO_OUTPUT_VAL); in chip_gpio_set()266 __cs5535_gpio_set(chip, offset, GPIO_OUTPUT_VAL); in chip_direction_output()268 __cs5535_gpio_clear(chip, offset, GPIO_OUTPUT_VAL); in chip_direction_output()
143 #define GPIO_OUTPUT_VAL 0x00 macro