Lines Matching refs:DMACNTRL0
721 SETPORT(DMACNTRL0, INTEN); in swintr()
811 SETPORT(DMACNTRL0, SWINT|INTEN); in aha152x_probe_one()
822 SETPORT(DMACNTRL0, INTEN); in aha152x_probe_one()
908 SETBITS(DMACNTRL0, INTEN); in setup_expected_interrupts()
1193 SETPORT(DMACNTRL0, RSTFIFO); in reset_ports()
1207 SETPORT(DMACNTRL0, 0); in reset_ports()
1344 dmacntrl0 = GETPORT(DMACNTRL0); in intr()
1353 CLRBITS(DMACNTRL0, INTEN); in intr()
1958 SETPORT(DMACNTRL0, RSTFIFO); in datai_init()
1959 SETPORT(DMACNTRL0, RSTFIFO|ENDMA); in datai_init()
2017 SETPORT(DMACNTRL0, ENDMA|_8BIT); in datai_run()
2021 SETPORT(DMACNTRL0, ENDMA); in datai_run()
2046 SETPORT(DMACNTRL0, ENDMA|_8BIT); in datai_run()
2053 SETPORT(DMACNTRL0, ENDMA|_8BIT); in datai_run()
2084 SETPORT(DMACNTRL0, 0); in datai_end()
2093 SETPORT(DMACNTRL0, WRITE_READ | RSTFIFO); in datao_init()
2094 SETPORT(DMACNTRL0, WRITE_READ | ENDMA); in datao_init()
2124 SETPORT(DMACNTRL0,WRITE_READ|ENDMA|_8BIT); in datao_run()
2128 SETPORT(DMACNTRL0,WRITE_READ|ENDMA); in datao_run()
2182 SETPORT(DMACNTRL0, 0); in datao_end()
2334 SETPORT(DMACNTRL0, 0); in is_complete()
2355 SETPORT(DMACNTRL0, 0); in is_complete()
2400 SETBITS(DMACNTRL0, INTEN); in is_complete()
2722 s = GETPORT(DMACNTRL0); in get_ports()