Lines Matching +full:udma +full:- +full:p
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com
28 UDMA_CHAN_RT_PEER_REG(0) /* PSI-L: 0x400 */
30 UDMA_CHAN_RT_PEER_REG(1) /* PSI-L: 0x401 */
32 UDMA_CHAN_RT_PEER_REG(4) /* PSI-L: 0x404 */
34 UDMA_CHAN_RT_PEER_REG(8) /* PSI-L: 0x408 */
119 /* tisci information for PSI-L thread pairing/unpairing */
126 /* Direct access to UDMA low lever resources for the glue layer */
144 void xudma_tchan_put(struct udma_dev *ud, struct udma_tchan *p);
145 void xudma_rchan_put(struct udma_dev *ud, struct udma_rchan *p);
146 void xudma_rflow_put(struct udma_dev *ud, struct udma_rflow *p);
148 int xudma_tchan_get_id(struct udma_tchan *p);
149 int xudma_rchan_get_id(struct udma_rchan *p);
150 int xudma_rflow_get_id(struct udma_rflow *p);