Searched refs:actual_bpt_bytes (Results 1 – 1 of 1) sorted by relevance
2143 unsigned int actual_bpt_bytes; in sdw_cdns_bpt_find_buffer_sizes() local2151 actual_bpt_bytes = sdw_cdns_bra_actual_data_size(bpt_bytes); in sdw_cdns_bpt_find_buffer_sizes()2152 if (!actual_bpt_bytes) in sdw_cdns_bpt_find_buffer_sizes()2159 if (requested_bytes_per_frame < actual_bpt_bytes) in sdw_cdns_bpt_find_buffer_sizes()2160 actual_bpt_bytes = requested_bytes_per_frame; in sdw_cdns_bpt_find_buffer_sizes()2164 if (actual_bpt_bytes < bra_block_alignment) { in sdw_cdns_bpt_find_buffer_sizes()2166 actual_bpt_bytes, bra_block_alignment); in sdw_cdns_bpt_find_buffer_sizes()2169 actual_bpt_bytes -= (actual_bpt_bytes % bra_block_alignment); in sdw_cdns_bpt_find_buffer_sizes()2172 *data_per_frame = actual_bpt_bytes; in sdw_cdns_bpt_find_buffer_sizes()2174 if (data_bytes < actual_bpt_bytes) in sdw_cdns_bpt_find_buffer_sizes()[all …]