Searched refs:NRF51_GPIO_REG_OUTSET (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/gpio/ |
H A D | nrf51_gpio.h | 39 #define NRF51_GPIO_REG_OUTSET 0x508 macro
|
/openbmc/qemu/tests/qtest/ |
H A D | microbit-test.c | 275 {NRF51_GPIO_REG_OUT, 0x00000000}, {NRF51_GPIO_REG_OUTSET, 0x00000000}, in test_nrf51_gpio() 370 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_OUTSET, 0x01); in test_nrf51_gpio() 377 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_OUTSET, 0x01); in test_nrf51_gpio() 390 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_OUTSET, 0x01); in test_nrf51_gpio()
|
/openbmc/qemu/hw/gpio/ |
H A D | nrf51_gpio.c | 196 case NRF51_GPIO_REG_OUTSET: in nrf51_gpio_write()
|