Searched refs:DMACNTRL0 (Results 1 – 2 of 2) sorted by relevance
719 SETPORT(DMACNTRL0, INTEN); in swintr()809 SETPORT(DMACNTRL0, SWINT|INTEN); in aha152x_probe_one()820 SETPORT(DMACNTRL0, INTEN); in aha152x_probe_one()906 SETBITS(DMACNTRL0, INTEN); in setup_expected_interrupts()1185 SETPORT(DMACNTRL0, RSTFIFO); in reset_ports()1199 SETPORT(DMACNTRL0, 0); in reset_ports()1345 dmacntrl0 = GETPORT(DMACNTRL0); in intr()1354 CLRBITS(DMACNTRL0, INTEN); in intr()1959 SETPORT(DMACNTRL0, RSTFIFO); in datai_init()1960 SETPORT(DMACNTRL0, RSTFIFO|ENDMA); in datai_init()[all …]
35 #define DMACNTRL0 (HOSTIOPORT1+0x12) /* DMA control 0 */ macro