Lines Matching refs:val
74 unsigned int val;
83 val = cs[1] | cs[0] << 8;
84 snd_soc_component_write(component, AIU_958_CHSTAT_L0, val);
85 snd_soc_component_write(component, AIU_958_CHSTAT_R0, val);
88 val = cs[3] | cs[2] << 8;
89 snd_soc_component_write(component, AIU_958_CHSTAT_L1, val);
90 snd_soc_component_write(component, AIU_958_CHSTAT_R1, val);
101 unsigned int val = 0, mrate;
109 val |= AIU_958_MISC_MODE_16BITS;
110 val |= FIELD_PREP(AIU_958_MISC_16BITS_ALIGN, 2);
113 val |= AIU_958_MISC_MODE_32BITS;
127 val);