Lines Matching refs:udmax
25 struct udma_dev *udmax;
94 common->udmax = of_xudma_dev_get(udmax_np, NULL);
95 if (IS_ERR(common->udmax))
96 return PTR_ERR(common->udmax);
98 common->tisci_rm = xudma_dev_get_tisci_rm(common->udmax);
263 tx_chn->udma_tchanx = xudma_tchan_get(tx_chn->common.udmax, -1);
297 xudma_dev_get_psil_base(tx_chn->common.udmax) +
306 ret = xudma_navss_psil_pair(tx_chn->common.udmax,
332 xudma_navss_psil_unpair(tx_chn->common.udmax,
339 xudma_tchan_put(tx_chn->common.udmax,
510 * and udmax impl, so just configure it to invalid value.
544 xudma_rflow_put(rx_chn->common.udmax, flow->udma_rflow);
561 flow->udma_rflow = xudma_rflow_get(rx_chn->common.udmax,
658 xudma_rflow_put(rx_chn->common.udmax, flow->udma_rflow);
721 !xudma_rflow_is_gp(rx_chn->common.udmax, rx_chn->flow_id_base))
725 ret = xudma_alloc_gp_rflow_range(rx_chn->common.udmax,
771 rx_chn->udma_rchanx = xudma_rchan_get(rx_chn->common.udmax, -1);
802 xudma_dev_get_psil_base(rx_chn->common.udmax) +
818 ret = xudma_navss_psil_pair(rx_chn->common.udmax,
918 if (IS_ERR_OR_NULL(rx_chn->common.udmax))
922 xudma_navss_psil_unpair(rx_chn->common.udmax,
931 if (xudma_rflow_is_gp(rx_chn->common.udmax, rx_chn->flow_id_base))
932 xudma_free_gp_rflow_range(rx_chn->common.udmax,
937 xudma_rchan_put(rx_chn->common.udmax,