Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dstm32l4x5_gpio-test.c94 static uint32_t gpio_readl(unsigned int gpio, unsigned int offset) in gpio_readl() function
108 gpio_writel(gpio, reg, (gpio_readl(gpio, reg) & mask) | value << pin); in gpio_set_bit()
116 gpio_writel(gpio, reg, (gpio_readl(gpio, reg) & mask) | value << offset); in gpio_set_2bits()
211 uint32_t moder = gpio_readl(GPIO_A, MODER); in test_idr_reset_value()
212 uint32_t odr = gpio_readl(GPIO_A, ODR); in test_idr_reset_value()
213 uint32_t otyper = gpio_readl(GPIO_A, OTYPER); in test_idr_reset_value()
214 uint32_t pupdr = gpio_readl(GPIO_A, PUPDR); in test_idr_reset_value()
215 uint32_t idr = gpio_readl(GPIO_A, IDR); in test_idr_reset_value()
226 moder = gpio_readl(GPIO_B, MODER); in test_idr_reset_value()
227 odr = gpio_readl(GPIO_B, ODR); in test_idr_reset_value()
[all …]