Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/qcom/
Dlpass-apq8016.c139 int chan = find_first_zero_bit(&drvdata->rdma_ch_bit_map, in apq8016_lpass_alloc_dma_channel()
145 set_bit(chan, &drvdata->rdma_ch_bit_map); in apq8016_lpass_alloc_dma_channel()
152 clear_bit(chan, &drvdata->rdma_ch_bit_map); in apq8016_lpass_free_dma_channel()
Dlpass.h53 unsigned long rdma_ch_bit_map; member