Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dmicrobit-test.c292 actual = qtest_readl(qts, NRF51_GPIO_BASE + 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()
370 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_OUTSET, 0x01); in test_nrf51_gpio()
372 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_OUTCLR, 0x01); in test_nrf51_gpio()
377 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_OUTSET, 0x01); in test_nrf51_gpio()
381 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_OUTCLR, 0x01); in test_nrf51_gpio()
390 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_OUTSET, 0x01); in test_nrf51_gpio()
[all …]
/qemu/include/hw/arm/
H A Dnrf51.h33 #define NRF51_GPIO_BASE 0x50000000 macro
/qemu/hw/arm/
H A Dnrf51_soc.c146 memory_region_add_subregion_overlap(&s->container, NRF51_GPIO_BASE, mr, 0); in nrf51_soc_realize()