Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
H A Dste_dma40.c2342 #define D40_DT_FLAGS_BIG_ENDIAN(flags) ((flags >> 2) & 0x1) macro
2369 cfg.dst_info.big_endian = D40_DT_FLAGS_BIG_ENDIAN(flags); in d40_xlate()
2373 cfg.src_info.big_endian = D40_DT_FLAGS_BIG_ENDIAN(flags); in d40_xlate()
/kernel/linux/linux-6.6/drivers/dma/
H A 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()

Completed in 8 milliseconds