Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Daha152x.h224 #define WRITE_READ 0x08 macro
Daha152x.c2078 SETPORT(DMACNTRL0, WRITE_READ | RSTFIFO); in datao_init()
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()
2714 seq_printf(m, "%s ", s & WRITE_READ ? "WRITE" : "READ"); in get_ports()