Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/gpio/
H A Dnrf51_gpio.h43 #define NRF51_GPIO_REG_DIRSET 0x518 macro
/openbmc/qemu/tests/qtest/
H A Dmicrobit-test.c277 {NRF51_GPIO_REG_DIR, 0x00000000}, {NRF51_GPIO_REG_DIRSET, 0x00000000}, in test_nrf51_gpio()
300 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_DIRSET, expected); in test_nrf51_gpio()
/openbmc/qemu/hw/gpio/
H A Dnrf51_gpio.c209 case NRF51_GPIO_REG_DIRSET: in nrf51_gpio_write()