Searched refs:port_bo (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c37 int port_bo, sample_int; local
42 port_bo = t_data->block_offset;
56 sample_int, port_bo, port_bo >> 8,
66 port_bo += bps * ch;
78 port_bo = t_data->block_offset;
86 int port_bo, int hstop)
111 port_bo, port_bo >> 8, hstart, hstop,
123 port_bo
84 sdw_compute_master_ports(struct sdw_master_runtime *m_rt, struct sdw_group_params *params, int port_bo, int hstop) argument
142 int port_bo, i; local
[all...]
H A Damd_manager.c392 int port_bo, hstart, hstop, sample_int; local
395 port_bo = 0;
406 port_bo = (p_rt->num * 64) + 1;
407 dev_dbg(bus->dev, "p_rt->num=%d hstart=%d hstop=%d port_bo=%d\n",
408 p_rt->num, hstart, hstop, port_bo);
411 port_bo, port_bo >> 8, hstart, hstop,
420 t_data.block_offset = port_bo;

Completed in 203 milliseconds