Searched refs:GPIO_IRQ (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_gpio-test.c | 22 #define GPIO_IRQ(x) (116 + (x)) macro 246 g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); in test_events_level() 249 g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); in test_events_level() 252 g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); in test_events_level() 255 g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); in test_events_level() 269 g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); in test_events_rising_edge() 272 g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); in test_events_rising_edge() 275 g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); in test_events_rising_edge() 278 g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); in test_events_rising_edge() 281 g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); in test_events_rising_edge() [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.s5pc1xx | 48 gpio_cfg_pin(&gpio->gpio_a, 0, GPIO_IRQ);
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am3874-iceboard.dts | 405 "PHYB_RESET_N", "ARM_IRQ", "GPIO_IRQ", ""; /* 8-11 */
|
/openbmc/linux/Documentation/arch/arm/pxa/ |
H A D | mfp.rst | 142 invoked with the corresponding GPIO IRQ (GPIO_IRQ(xx) or gpio_to_irq())
|
/openbmc/linux/sound/pci/ali5451/ |
H A D | ali5451.c | 123 #define GPIO_IRQ 0x01000000 macro
|
/openbmc/linux/Documentation/spi/ |
H A D | spi-summary.rst | 295 .irq = GPIO_IRQ(31),
|