Searched refs:actual_bpt_bytes (Results 1 – 1 of 1) sorted by relevance
2135 unsigned int actual_bpt_bytes; in sdw_cdns_bpt_find_buffer_sizes() local2143 actual_bpt_bytes = sdw_cdns_bra_actual_data_size(bpt_bytes); in sdw_cdns_bpt_find_buffer_sizes()2144 if (!actual_bpt_bytes) in sdw_cdns_bpt_find_buffer_sizes()2151 if (requested_bytes_per_frame < actual_bpt_bytes) in sdw_cdns_bpt_find_buffer_sizes()2152 actual_bpt_bytes = requested_bytes_per_frame; in sdw_cdns_bpt_find_buffer_sizes()2154 *data_per_frame = actual_bpt_bytes; in sdw_cdns_bpt_find_buffer_sizes()2156 if (data_bytes < actual_bpt_bytes) in sdw_cdns_bpt_find_buffer_sizes()2157 actual_bpt_bytes = data_bytes; in sdw_cdns_bpt_find_buffer_sizes()2165 *num_frames = DIV_ROUND_UP(data_bytes, actual_bpt_bytes); in sdw_cdns_bpt_find_buffer_sizes()2167 pdi0_tx_size = sdw_cdns_write_pdi0_buffer_size(actual_bpt_bytes); in sdw_cdns_bpt_find_buffer_sizes()[all …]