Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Daha152x.c1960 SETPORT(DMACNTRL0, RSTFIFO|ENDMA); in datai_init()
2018 SETPORT(DMACNTRL0, ENDMA|_8BIT); in datai_run()
2022 SETPORT(DMACNTRL0, ENDMA); in datai_run()
2047 SETPORT(DMACNTRL0, ENDMA|_8BIT); in datai_run()
2054 SETPORT(DMACNTRL0, ENDMA|_8BIT); in datai_run()
2095 SETPORT(DMACNTRL0, WRITE_READ | ENDMA); in datao_init()
2125 SETPORT(DMACNTRL0,WRITE_READ|ENDMA|_8BIT); in datao_run()
2129 SETPORT(DMACNTRL0,WRITE_READ|ENDMA); in datao_run()
2727 if (s & ENDMA) in get_ports()
Daha152x.h220 #define ENDMA 0x80 macro