Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/
Dste_dma40.c2365 #define D40_DT_FLAGS_BIG_ENDIAN(flags) ((flags >> 2) & 0x1) macro
2392 cfg.dst_info.big_endian = D40_DT_FLAGS_BIG_ENDIAN(flags); in d40_xlate()
2396 cfg.src_info.big_endian = D40_DT_FLAGS_BIG_ENDIAN(flags); in d40_xlate()