Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Dqcom.c1244 int maxport, pn, nports = 0; in qcom_swrm_stream_alloc_ports() local
1275 maxport = ctrl->nports; in qcom_swrm_stream_alloc_ports()
1285 pn = find_first_zero_bit(port_mask, maxport); in qcom_swrm_stream_alloc_ports()
1287 if (pn >= maxport) { in qcom_swrm_stream_alloc_ports()