Searched refs:sample_int (Results 1 – 3 of 3) sorted by relevance
/drivers/soundwire/ |
D | generic_bandwidth_allocation.c | 37 int port_bo, sample_int; in sdw_compute_slave_ports() local 47 sample_int = (m_rt->bus->params.curr_dr_freq / rate); in sdw_compute_slave_ports() 56 sample_int, port_bo, port_bo >> 8, in sdw_compute_slave_ports() 92 int sample_int, hstart = 0; in sdw_compute_master_ports() local 98 sample_int = (bus->params.curr_dr_freq / rate); in sdw_compute_master_ports() 110 false, SDW_BLK_GRP_CNT_1, sample_int, in sdw_compute_master_ports()
|
D | bus.h | 171 int grp_ctrl, int sample_int, in sdw_fill_xport_params() argument 179 params->sample_interval = sample_int; in sdw_fill_xport_params()
|
D | amd_manager.c | 411 int port_bo, hstart, hstop, sample_int; in amd_sdw_compute_params() local 423 sample_int = (bus->params.curr_dr_freq / rate); in amd_sdw_compute_params() 429 false, SDW_BLK_GRP_CNT_1, sample_int, in amd_sdw_compute_params()
|