Lines Matching refs:bit_depth
70 enum bit_depth { enum
134 u32 padded, srate, bit_depth, status[2]; in xlnx_parse_aes_params() local
165 bit_depth = XLNX_PARAM_UNKNOWN; in xlnx_parse_aes_params()
171 bit_depth = 16 + padded; in xlnx_parse_aes_params()
174 bit_depth = 18 + padded; in xlnx_parse_aes_params()
177 bit_depth = 19 + padded; in xlnx_parse_aes_params()
180 bit_depth = 20 + padded; in xlnx_parse_aes_params()
184 bit_depth = XLNX_PARAM_UNKNOWN; in xlnx_parse_aes_params()
214 bit_depth = 16 + padded; in xlnx_parse_aes_params()
217 bit_depth = 18 + padded; in xlnx_parse_aes_params()
220 bit_depth = 19 + padded; in xlnx_parse_aes_params()
223 bit_depth = 20 + padded; in xlnx_parse_aes_params()
226 bit_depth = 17 + padded; in xlnx_parse_aes_params()
230 bit_depth = XLNX_PARAM_UNKNOWN; in xlnx_parse_aes_params()
241 if (bit_depth != XLNX_PARAM_UNKNOWN) in xlnx_parse_aes_params()
242 dev_info(dev, "bit_depth = %d\n", bit_depth); in xlnx_parse_aes_params()