Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/gpio/
H A Dnrf51_gpio.h44 #define NRF51_GPIO_REG_DIRCLR 0x51C macro
/openbmc/qemu/hw/gpio/
H A Dnrf51_gpio.c163 case NRF51_GPIO_REG_DIR ... NRF51_GPIO_REG_DIRCLR: in nrf51_gpio_read()
214 case NRF51_GPIO_REG_DIRCLR: in nrf51_gpio_write()
/openbmc/qemu/tests/qtest/
H A Dmicrobit-test.c278 {NRF51_GPIO_REG_DIRCLR, 0x00000000} in test_nrf51_gpio()
310 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_DIRCLR, 0x80000001); in test_nrf51_gpio()