Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dmicrobit-test.c276 {NRF51_GPIO_REG_OUTCLR, 0x00000000}, {NRF51_GPIO_REG_IN, 0x00000000}, in test_nrf51_gpio()
336 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_IN) & 0x01; in test_nrf51_gpio()
339 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_IN) & 0x01; in test_nrf51_gpio()
342 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_IN) & 0x01; in test_nrf51_gpio()
349 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_IN) & 0x01; in test_nrf51_gpio()
352 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_IN) & 0x01; in test_nrf51_gpio()
359 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_IN) & 0x01; in test_nrf51_gpio()
362 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_IN) & 0x01; in test_nrf51_gpio()
378 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_IN) & 0x01; in test_nrf51_gpio()
382 actual = qtest_readl(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_IN) & 0x01; in test_nrf51_gpio()
[all …]
/openbmc/qemu/include/hw/gpio/
H A Dnrf51_gpio.h41 #define NRF51_GPIO_REG_IN 0x510 macro
/openbmc/qemu/hw/gpio/
H A Dnrf51_gpio.c159 case NRF51_GPIO_REG_IN: in nrf51_gpio_read()