Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/gpio/
H A Dnrf51_gpio.h39 #define NRF51_GPIO_REG_OUTSET 0x508 macro
/openbmc/qemu/tests/qtest/
H A Dmicrobit-test.c275 {NRF51_GPIO_REG_OUT, 0x00000000}, {NRF51_GPIO_REG_OUTSET, 0x00000000}, in test_nrf51_gpio()
370 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_OUTSET, 0x01); in test_nrf51_gpio()
377 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_OUTSET, 0x01); in test_nrf51_gpio()
390 qtest_writel(qts, NRF51_GPIO_BASE + NRF51_GPIO_REG_OUTSET, 0x01); in test_nrf51_gpio()
/openbmc/qemu/hw/gpio/
H A Dnrf51_gpio.c196 case NRF51_GPIO_REG_OUTSET: in nrf51_gpio_write()