Lines Matching +full:dma +full:- +full:controller
2 * QTest testcase for BCM283x DMA engine (on Raspberry Pi 3)
3 * and its interrupts coming to Interrupt Controller.
7 * SPDX-License-Identifier: GPL-2.0-or-later
11 #include "libqtest-single.h"
19 /* DMA engine registers: */
28 /* DMA Transfer Info fields: */
33 /* Interrupt controller registers: */
85 /* Check that interrupt status is set both in DMA and IC controllers: */ in bcm2835_dma_test_interrupt()
101 /* DMA engines 0--10 have separate IRQ lines, 11--14 - only one: */ in bcm2835_dma_test_interrupts()
112 qtest_add_func("/bcm2835/dma/test_interrupts", in main()
114 qtest_start("-machine raspi3b"); in main()