Searched refs:input_en (Results 1 – 1 of 1) sorted by relevance
48 uint32_t input_en = read32((void *)SIFIVE_GPIO_INPUT_EN); in gpio_set_direction() local52 input_en &= ~(1 << gpio); in gpio_set_direction()55 input_en |= (1 << gpio); in gpio_set_direction()59 write32((void *)SIFIVE_GPIO_INPUT_EN, input_en); in gpio_set_direction()