Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/gpio/
H A Dnrf51_gpio.h46 #define NRF51_GPIO_REG_CNF_END 0x77C macro
/openbmc/qemu/hw/gpio/
H A Dnrf51_gpio.c167 case NRF51_GPIO_REG_CNF_START ... NRF51_GPIO_REG_CNF_END: in nrf51_gpio_read()
219 case NRF51_GPIO_REG_CNF_START ... NRF51_GPIO_REG_CNF_END: in nrf51_gpio_write()
/openbmc/qemu/tests/qtest/
H A Dmicrobit-test.c306 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_CNF_END) & 0x01; in test_nrf51_gpio()
316 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_CNF_END) & 0x01; in test_nrf51_gpio()
327 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_CNF_END) & 0x01; in test_nrf51_gpio()