Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/dw/
Dregs.h193 #define DWC_CFGL_HS_DST_POL (1 << 18) /* dst handshake active low */ macro
Dcore.c171 cfglo |= hs_polarity ? DWC_CFGL_HS_DST_POL | DWC_CFGL_HS_SRC_POL : 0; in dwc_initialize_chan_dw()