Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_gpio-test.c34 #define BSRR 0x18 macro
487 gpio_writel(gpio, BSRR, (1 << pin)); in test_bsrr_brr()
490 gpio_writel(gpio, BSRR, (1 << (pin + NUM_GPIO_PINS))); in test_bsrr_brr()
493 gpio_writel(gpio, BSRR, (1 << pin)); in test_bsrr_brr()
500 gpio_writel(gpio, BSRR, (1 << pin) | (1 << (pin + NUM_GPIO_PINS))); in test_bsrr_brr()