Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_gpio-test.c233 moder = gpio_readl(GPIO_B, MODER); in test_idr_reset_value()
234 odr = gpio_readl(GPIO_B, ODR); in test_idr_reset_value()
236 pupdr = gpio_readl(GPIO_B, PUPDR); in test_idr_reset_value()
237 idr = gpio_readl(GPIO_B, IDR); in test_idr_reset_value()
248 moder = gpio_readl(GPIO_C, MODER); in test_idr_reset_value()
249 odr = gpio_readl(GPIO_C, ODR); in test_idr_reset_value()
251 pupdr = gpio_readl(GPIO_C, PUPDR); in test_idr_reset_value()
252 idr = gpio_readl(GPIO_C, IDR); in test_idr_reset_value()
262 moder = gpio_readl(GPIO_H, MODER); in test_idr_reset_value()
263 odr = gpio_readl(GPIO_H, ODR); in test_idr_reset_value()
[all …]
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-pistachio.c847 static inline u32 gpio_readl(struct pistachio_gpio_bank *bank, u32 reg) in gpio_readl() function
1170 if (gpio_readl(bank, GPIO_OUTPUT_EN) & BIT(offset)) in pistachio_gpio_get_direction()
1181 if (gpio_readl(bank, GPIO_OUTPUT_EN) & BIT(offset)) in pistachio_gpio_get()
1186 return !!(gpio_readl(bank, reg) & BIT(offset)); in pistachio_gpio_get()
1309 pending = gpio_readl(bank, GPIO_INTERRUPT_STATUS) & in pistachio_gpio_irq_handler()
1310 gpio_readl(bank, GPIO_INTERRUPT_EN); in pistachio_gpio_irq_handler()