Lines Matching +full:8 +full:v

29 	#define SUN4I_SPDIF_CTL_MCLKDIV(v)		((v) << 4) /* v even */  argument
38 #define SUN4I_SPDIF_TXCFG_TXRATIO(v) ((v) << 4) argument
39 #define SUN4I_SPDIF_TXCFG_TXRATIO_MASK GENMASK(8, 4)
61 #define SUN4I_SPDIF_FCTL_TXTL(v) ((v) << 8) argument
62 #define SUN4I_SPDIF_FCTL_TXTL_MASK GENMASK(12, 8)
63 #define SUN4I_SPDIF_FCTL_RXTL(v) ((v) << 3) argument
66 #define SUN4I_SPDIF_FCTL_RXOM(v) ((v) << 0) argument
73 #define SUN50I_H6_SPDIF_FCTL_TXTL(v) ((v) << 12) argument
75 #define SUN50I_H6_SPDIF_FCTL_RXTL(v) ((v) << 4) argument
78 #define SUN50I_H6_SPDIF_FCTL_RXOM(v) ((v) << 0) argument
83 #define SUN4I_SPDIF_FSTA_TXECNTSHT (8)
116 #define SUN4I_SPDIF_TXCHSTA0_CLK(v) ((v) << 28) argument
117 #define SUN4I_SPDIF_TXCHSTA0_SAMFREQ(v) ((v) << 24) argument
119 #define SUN4I_SPDIF_TXCHSTA0_CHNUM(v) ((v) << 20) argument
121 #define SUN4I_SPDIF_TXCHSTA0_SRCNUM(v) ((v) << 16) argument
122 #define SUN4I_SPDIF_TXCHSTA0_CATACOD(v) ((v) << 8) argument
123 #define SUN4I_SPDIF_TXCHSTA0_MODE(v) ((v) << 6) argument
124 #define SUN4I_SPDIF_TXCHSTA0_EMPHASIS(v) ((v) << 3) argument
130 #define SUN4I_SPDIF_TXCHSTA1_CGMSA(v) ((v) << 8) argument
131 #define SUN4I_SPDIF_TXCHSTA1_ORISAMFREQ(v) ((v) << 4) argument
133 #define SUN4I_SPDIF_TXCHSTA1_SAMWORDLEN(v) ((v) << 1) argument
137 #define SUN4I_SPDIF_RXCHSTA0_CLK(v) ((v) << 28) argument
138 #define SUN4I_SPDIF_RXCHSTA0_SAMFREQ(v) ((v) << 24) argument
139 #define SUN4I_SPDIF_RXCHSTA0_CHNUM(v) ((v) << 20) argument
140 #define SUN4I_SPDIF_RXCHSTA0_SRCNUM(v) ((v) << 16) argument
141 #define SUN4I_SPDIF_RXCHSTA0_CATACOD(v) ((v) << 8) argument
142 #define SUN4I_SPDIF_RXCHSTA0_MODE(v) ((v) << 6) argument
143 #define SUN4I_SPDIF_RXCHSTA0_EMPHASIS(v) ((v) << 3) argument
149 #define SUN4I_SPDIF_RXCHSTA1_CGMSA(v) ((v) << 8) argument
150 #define SUN4I_SPDIF_RXCHSTA1_ORISAMFREQ(v) ((v) << 4) argument
151 #define SUN4I_SPDIF_RXCHSTA1_SAMWORDLEN(v) ((v) << 1) argument
328 mclk_div = 8; in sun4i_spdif_hw_params()
550 host->dma_params_tx.maxburst = 8; in sun4i_spdif_probe()