Home
last modified time | relevance | path

Searched refs:actual_bpt_bytes (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/soundwire/
H A Dcadence_master.c2105 unsigned int actual_bpt_bytes; in sdw_cdns_bpt_find_buffer_sizes() local
2113 actual_bpt_bytes = sdw_cdns_bra_actual_data_size(bpt_bytes); in sdw_cdns_bpt_find_buffer_sizes()
2114 if (!actual_bpt_bytes) in sdw_cdns_bpt_find_buffer_sizes()
2117 if (data_bytes < actual_bpt_bytes) in sdw_cdns_bpt_find_buffer_sizes()
2118 actual_bpt_bytes = data_bytes; in sdw_cdns_bpt_find_buffer_sizes()
2124 if (requested_bytes_per_frame < actual_bpt_bytes) in sdw_cdns_bpt_find_buffer_sizes()
2125 actual_bpt_bytes = requested_bytes_per_frame; in sdw_cdns_bpt_find_buffer_sizes()
2127 *data_per_frame = actual_bpt_bytes; in sdw_cdns_bpt_find_buffer_sizes()
2135 *num_frames = DIV_ROUND_UP(data_bytes, actual_bpt_bytes); in sdw_cdns_bpt_find_buffer_sizes()
2147 *num_frames = data_bytes / actual_bpt_bytes; in sdw_cdns_bpt_find_buffer_sizes()
[all …]