Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/dma/ti/
H A Dk3-udma-glue.c27 struct udma_dev *udmax; member
104 common->udmax = of_xudma_dev_get(udmax_np, NULL); in of_k3_udma_glue_parse()
105 if (IS_ERR(common->udmax)) in of_k3_udma_glue_parse()
106 return PTR_ERR(common->udmax); in of_k3_udma_glue_parse()
108 common->ringacc = xudma_get_ringacc(common->udmax); in of_k3_udma_glue_parse()
109 common->tisci_rm = xudma_dev_get_tisci_rm(common->udmax); in of_k3_udma_glue_parse()
140 if (dma_spec.args[1] > 2 && !xudma_is_pktdma(common->udmax)) { in of_k3_udma_glue_parse_chn()
146 if (dma_spec.args[1] > 15 && xudma_is_pktdma(common->udmax)) { in of_k3_udma_glue_parse_chn()
281 if (xudma_is_pktdma(tx_chn->common.udmax)) in k3_udma_glue_request_tx_chn()
287 tx_chn->udma_tchanx = xudma_tchan_get(tx_chn->common.udmax, in k3_udma_glue_request_tx_chn()
[all...]
/kernel/linux/linux-5.10/drivers/dma/ti/
H A Dk3-udma-glue.c25 struct udma_dev *udmax; member
94 common->udmax = of_xudma_dev_get(udmax_np, NULL); in of_k3_udma_glue_parse()
95 if (IS_ERR(common->udmax)) in of_k3_udma_glue_parse()
96 return PTR_ERR(common->udmax); in of_k3_udma_glue_parse()
98 common->tisci_rm = xudma_dev_get_tisci_rm(common->udmax); in of_k3_udma_glue_parse()
263 tx_chn->udma_tchanx = xudma_tchan_get(tx_chn->common.udmax, -1); in k3_udma_glue_request_tx_chn()
297 xudma_dev_get_psil_base(tx_chn->common.udmax) + in k3_udma_glue_request_tx_chn()
306 ret = xudma_navss_psil_pair(tx_chn->common.udmax, in k3_udma_glue_request_tx_chn()
332 xudma_navss_psil_unpair(tx_chn->common.udmax, in k3_udma_glue_release_tx_chn()
339 xudma_tchan_put(tx_chn->common.udmax, in k3_udma_glue_release_tx_chn()
[all...]

Completed in 3 milliseconds