Searched refs:ENDMA (Results 1 – 2 of 2) sorted by relevance
1948 SETPORT(DMACNTRL0, RSTFIFO|ENDMA); in datai_init()2006 SETPORT(DMACNTRL0, ENDMA|_8BIT); in datai_run()2010 SETPORT(DMACNTRL0, ENDMA); in datai_run()2034 SETPORT(DMACNTRL0, ENDMA|_8BIT); in datai_run()2040 SETPORT(DMACNTRL0, ENDMA|_8BIT); in datai_run()2081 SETPORT(DMACNTRL0, WRITE_READ | ENDMA); in datao_init()2111 SETPORT(DMACNTRL0,WRITE_READ|ENDMA|_8BIT); in datao_run()2115 SETPORT(DMACNTRL0,WRITE_READ|ENDMA); in datao_run()2717 if (s & ENDMA) in get_ports()
221 #define ENDMA 0x80 macro