Home
last modified time | relevance | path

Searched refs:ENDMA (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/
Daha152x.c1959 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()
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()
2726 if (s & ENDMA) in get_ports()
Daha152x.h221 #define ENDMA 0x80 macro