Searched refs:NRF51_GPIO_REG_DIR (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | microbit-test.c | 277 {NRF51_GPIO_REG_DIR, 0x00000000}, {NRF51_GPIO_REG_DIRSET, 0x00000000}, in test_nrf51_gpio() 301 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_DIR); in test_nrf51_gpio() 311 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_DIR); in test_nrf51_gpio() 321 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_DIR, expected); in test_nrf51_gpio() 322 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_DIR); in test_nrf51_gpio() 331 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_DIR, 0x00000000); in test_nrf51_gpio()
|
/openbmc/qemu/include/hw/gpio/ |
H A D | nrf51_gpio.h | 42 #define NRF51_GPIO_REG_DIR 0x514 macro
|
/openbmc/qemu/hw/gpio/ |
H A D | nrf51_gpio.c | 163 case NRF51_GPIO_REG_DIR ... NRF51_GPIO_REG_DIRCLR: in nrf51_gpio_read() 204 case NRF51_GPIO_REG_DIR: in nrf51_gpio_write()
|