Lines Matching defs:uc

356 static inline u32 udma_tchanrt_read(struct udma_chan *uc, int reg)  in udma_tchanrt_read()
363 static inline void udma_tchanrt_write(struct udma_chan *uc, int reg, u32 val) in udma_tchanrt_write()
370 static inline void udma_tchanrt_update_bits(struct udma_chan *uc, int reg, in udma_tchanrt_update_bits()
379 static inline u32 udma_rchanrt_read(struct udma_chan *uc, int reg) in udma_rchanrt_read()
386 static inline void udma_rchanrt_write(struct udma_chan *uc, int reg, u32 val) in udma_rchanrt_write()
393 static inline void udma_rchanrt_update_bits(struct udma_chan *uc, int reg, in udma_rchanrt_update_bits()
458 static void udma_reset_uchan(struct udma_chan *uc) in udma_reset_uchan()
467 static void udma_dump_chan_stdata(struct udma_chan *uc) in udma_dump_chan_stdata()
503 static struct udma_desc *udma_udma_desc_from_paddr(struct udma_chan *uc, in udma_udma_desc_from_paddr()
530 static void udma_free_hwdesc(struct udma_chan *uc, struct udma_desc *d) in udma_free_hwdesc()
566 struct udma_chan *uc = to_udma_chan(vd->tx.chan); in udma_purge_desc_work() local
582 struct udma_chan *uc = to_udma_chan(vd->tx.chan); in udma_desc_free() local
602 static bool udma_is_chan_running(struct udma_chan *uc) in udma_is_chan_running()
618 static bool udma_is_chan_paused(struct udma_chan *uc) in udma_is_chan_paused()
645 static inline dma_addr_t udma_get_rx_flush_hwdesc_paddr(struct udma_chan *uc) in udma_get_rx_flush_hwdesc_paddr()
650 static int udma_push_to_ring(struct udma_chan *uc, int idx) in udma_push_to_ring()
680 static bool udma_desc_is_rx_flush(struct udma_chan *uc, dma_addr_t addr) in udma_desc_is_rx_flush()
691 static int udma_pop_from_ring(struct udma_chan *uc, dma_addr_t *addr) in udma_pop_from_ring()
725 static void udma_reset_rings(struct udma_chan *uc) in udma_reset_rings()
761 static void udma_decrement_byte_counters(struct udma_chan *uc, u32 val) in udma_decrement_byte_counters()
776 static void udma_reset_counters(struct udma_chan *uc) in udma_reset_counters()
811 static int udma_reset_chan(struct udma_chan *uc, bool hard) in udma_reset_chan()
862 static void udma_start_desc(struct udma_chan *uc) in udma_start_desc()
883 static bool udma_chan_needs_reconfiguration(struct udma_chan *uc) in udma_chan_needs_reconfiguration()
896 static int udma_start(struct udma_chan *uc) in udma_start()
1002 static int udma_stop(struct udma_chan *uc) in udma_stop()
1040 static void udma_cyclic_packet_elapsed(struct udma_chan *uc) in udma_cyclic_packet_elapsed()
1051 static inline void udma_fetch_epib(struct udma_chan *uc, struct udma_desc *d) in udma_fetch_epib()
1058 static bool udma_is_desc_really_done(struct udma_chan *uc, struct udma_desc *d) in udma_is_desc_really_done()
1087 struct udma_chan *uc = container_of(work, typeof(*uc), in udma_check_tx_completion() local
1149 struct udma_chan *uc = data; in udma_ring_irq_handler() local
1214 struct udma_chan *uc = data; in udma_udma_irq_handler() local
1366 static int bcdma_get_bchan(struct udma_chan *uc) in bcdma_get_bchan()
1399 static int udma_get_tchan(struct udma_chan *uc) in udma_get_tchan()
1448 static int udma_get_rchan(struct udma_chan *uc) in udma_get_rchan()
1475 static int udma_get_chan_pair(struct udma_chan *uc) in udma_get_chan_pair()
1523 static int udma_get_rflow(struct udma_chan *uc, int flow_id) in udma_get_rflow()
1549 static void bcdma_put_bchan(struct udma_chan *uc) in bcdma_put_bchan()
1562 static void udma_put_rchan(struct udma_chan *uc) in udma_put_rchan()
1574 static void udma_put_tchan(struct udma_chan *uc) in udma_put_tchan()
1590 static void udma_put_rflow(struct udma_chan *uc) in udma_put_rflow()
1602 static void bcdma_free_bchan_resources(struct udma_chan *uc) in bcdma_free_bchan_resources()
1616 static int bcdma_alloc_bchan_resources(struct udma_chan *uc) in bcdma_alloc_bchan_resources()
1661 static void udma_free_tx_resources(struct udma_chan *uc) in udma_free_tx_resources()
1674 static int udma_alloc_tx_resources(struct udma_chan *uc) in udma_alloc_tx_resources()
1731 static void udma_free_rx_resources(struct udma_chan *uc) in udma_free_rx_resources()
1750 static int udma_alloc_rx_resources(struct udma_chan *uc) in udma_alloc_rx_resources()
1864 static int udma_tisci_m2m_channel_config(struct udma_chan *uc) in udma_tisci_m2m_channel_config()
1923 static int bcdma_tisci_m2m_channel_config(struct udma_chan *uc) in bcdma_tisci_m2m_channel_config()
1956 static int udma_tisci_tx_channel_config(struct udma_chan *uc) in udma_tisci_tx_channel_config()
1999 static int bcdma_tisci_tx_channel_config(struct udma_chan *uc) in bcdma_tisci_tx_channel_config()
2028 static int udma_tisci_rx_channel_config(struct udma_chan *uc) in udma_tisci_rx_channel_config()
2109 static int bcdma_tisci_rx_channel_config(struct udma_chan *uc) in bcdma_tisci_rx_channel_config()
2129 static int pktdma_tisci_rx_channel_config(struct udma_chan *uc) in pktdma_tisci_rx_channel_config()
2177 struct udma_chan *uc = to_udma_chan(chan); in udma_alloc_chan_resources() local
2382 struct udma_chan *uc = to_udma_chan(chan); in bcdma_alloc_chan_resources() local
2577 struct udma_chan *uc = to_udma_chan(chan); in bcdma_router_config() local
2594 struct udma_chan *uc = to_udma_chan(chan); in pktdma_alloc_chan_resources() local
2746 struct udma_chan *uc = to_udma_chan(chan); in udma_slave_config() local
2753 static struct udma_desc *udma_alloc_tr_desc(struct udma_chan *uc, in udma_alloc_tr_desc()
2875 udma_prep_slave_sg_tr(struct udma_chan *uc, struct scatterlist *sgl, in udma_prep_slave_sg_tr()
2959 udma_prep_slave_sg_triggered_tr(struct udma_chan *uc, struct scatterlist *sgl, in udma_prep_slave_sg_triggered_tr()
3157 static int udma_configure_statictr(struct udma_chan *uc, struct udma_desc *d, in udma_configure_statictr()
3212 udma_prep_slave_sg_pkt(struct udma_chan *uc, struct scatterlist *sgl, in udma_prep_slave_sg_pkt()
3306 struct udma_chan *uc = to_udma_chan(desc->chan); in udma_attach_metadata() local
3342 struct udma_chan *uc = to_udma_chan(desc->chan); in udma_get_metadata_ptr() local
3363 struct udma_chan *uc = to_udma_chan(desc->chan); in udma_set_metadata_len() local
3401 struct udma_chan *uc = to_udma_chan(chan); in udma_prep_slave_sg() local
3467 udma_prep_dma_cyclic_tr(struct udma_chan *uc, dma_addr_t buf_addr, in udma_prep_dma_cyclic_tr()
3537 udma_prep_dma_cyclic_pkt(struct udma_chan *uc, dma_addr_t buf_addr, in udma_prep_dma_cyclic_pkt()
3609 struct udma_chan *uc = to_udma_chan(chan); in udma_prep_dma_cyclic() local
3675 struct udma_chan *uc = to_udma_chan(chan); in udma_prep_dma_memcpy() local
3762 struct udma_chan *uc = to_udma_chan(chan); in udma_issue_pending() local
3786 struct udma_chan *uc = to_udma_chan(chan); in udma_tx_status() local
3857 struct udma_chan *uc = to_udma_chan(chan); in udma_pause() local
3885 struct udma_chan *uc = to_udma_chan(chan); in udma_resume() local
3911 struct udma_chan *uc = to_udma_chan(chan); in udma_terminate_all() local
3938 struct udma_chan *uc = to_udma_chan(chan); in udma_synchronize() local
3966 struct udma_chan *uc = to_udma_chan(&vc->chan); in udma_desc_pre_callback() local
4037 struct udma_chan *uc = to_udma_chan(chan); in udma_free_chan_resources() local
4096 struct udma_chan *uc; in udma_dma_filter_fn() local
5174 struct udma_chan *uc = to_udma_chan(chan); in udma_dbg_summary_show_chan() local
5483 struct udma_chan *uc = &ud->channels[i]; in udma_probe() local