Searched refs:ENDMA (Results 1 – 2 of 2) sorted by relevance
1945 SETPORT(DMACNTRL0, RSTFIFO|ENDMA); in datai_init()2003 SETPORT(DMACNTRL0, ENDMA|_8BIT); in datai_run()2007 SETPORT(DMACNTRL0, ENDMA); in datai_run()2031 SETPORT(DMACNTRL0, ENDMA|_8BIT); in datai_run()2038 SETPORT(DMACNTRL0, ENDMA|_8BIT); in datai_run()2079 SETPORT(DMACNTRL0, WRITE_READ | ENDMA); in datao_init()2109 SETPORT(DMACNTRL0,WRITE_READ|ENDMA|_8BIT); in datao_run()2113 SETPORT(DMACNTRL0,WRITE_READ|ENDMA); in datao_run()2715 if (s & ENDMA) in get_ports()
221 #define ENDMA 0x80 macro