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

/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_pdma.h59 #define DCM_TSZ_S 8 /* Transfer Data Size of a data unit. */ macro
60 #define DCM_TSZ_M (0x7 << DCM_TSZ_S)
61 #define DCM_TSZ_A (0x7 << DCM_TSZ_S) /* Autonomy */
62 #define DCM_TSZ_1 (0x1 << DCM_TSZ_S)
63 #define DCM_TSZ_2 (0x2 << DCM_TSZ_S)
64 #define DCM_TSZ_4 (0x0 << DCM_TSZ_S)
65 #define DCM_TSZ_16 (0x3 << DCM_TSZ_S)
66 #define DCM_TSZ_32 (0x4 << DCM_TSZ_S)
67 #define DCM_TSZ_64 (0x5 << DCM_TSZ_S)
68 #define DCM_TSZ_128 (0x6 << DCM_TSZ_S)
[all...]

Completed in 80 milliseconds