Lines Matching refs:tchan_map

197 	unsigned long *tchan_map;  member
1431 clear_bit(uc->tchan->id, ud->tchan_map); in udma_get_tchan()
1501 if (!test_bit(chan_id, ud->tchan_map) && in udma_get_chan_pair()
1509 set_bit(chan_id, ud->tchan_map); in udma_get_chan_pair()
1578 clear_bit(uc->tchan->id, ud->tchan_map); in udma_put_tchan()
4503 ud->tchan_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->tchan_cnt), in udma_setup_resources()
4524 if (!ud->tchan_map || !ud->rchan_map || !ud->rflow_gp_map || in udma_setup_resources()
4553 bitmap_zero(ud->tchan_map, ud->tchan_cnt); in udma_setup_resources()
4556 bitmap_fill(ud->tchan_map, ud->tchan_cnt); in udma_setup_resources()
4558 udma_mark_resource_ranges(ud, ud->tchan_map, in udma_setup_resources()
4681 ud->tchan_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->tchan_cnt), in bcdma_setup_resources()
4696 if (!ud->bchan_map || !ud->tchan_map || !ud->rchan_map || in bcdma_setup_resources()
4740 bitmap_zero(ud->tchan_map, ud->tchan_cnt); in bcdma_setup_resources()
4743 bitmap_fill(ud->tchan_map, ud->tchan_cnt); in bcdma_setup_resources()
4745 udma_mark_resource_ranges(ud, ud->tchan_map, in bcdma_setup_resources()
4862 ud->tchan_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->tchan_cnt), in pktdma_setup_resources()
4878 if (!ud->tchan_map || !ud->rchan_map || !ud->tflow_map || !ud->tchans || in pktdma_setup_resources()
4896 bitmap_zero(ud->tchan_map, ud->tchan_cnt); in pktdma_setup_resources()
4898 bitmap_fill(ud->tchan_map, ud->tchan_cnt); in pktdma_setup_resources()
4900 udma_mark_resource_ranges(ud, ud->tchan_map, in pktdma_setup_resources()
5004 ch_count -= bitmap_weight(ud->tchan_map, ud->tchan_cnt); in setup_resources()
5019 ud->tchan_cnt - bitmap_weight(ud->tchan_map, in setup_resources()
5032 ud->tchan_cnt - bitmap_weight(ud->tchan_map, in setup_resources()
5041 ud->tchan_cnt - bitmap_weight(ud->tchan_map, in setup_resources()