Searched refs:emac_dma_dev_t (Results 1 – 3 of 3) sorted by relevance
373 static inline void emac_ll_reset(emac_dma_dev_t *dma_regs) in emac_ll_reset()378 static inline bool emac_ll_is_reset_done(emac_dma_dev_t *dma_regs) in emac_ll_is_reset_done()384 static inline void emac_ll_set_rx_desc_addr(emac_dma_dev_t *dma_regs, uint32_t addr) in emac_ll_set_rx_desc_addr()389 static inline void emac_ll_set_tx_desc_addr(emac_dma_dev_t *dma_regs, uint32_t addr) in emac_ll_set_tx_desc_addr()395 static inline void emac_ll_drop_tcp_err_frame_enable(emac_dma_dev_t *dma_regs, bool enable) in emac_ll_drop_tcp_err_frame_enable()400 static inline void emac_ll_recv_store_forward_enable(emac_dma_dev_t *dma_regs, bool enable) in emac_ll_recv_store_forward_enable()405 static inline void emac_ll_flush_recv_frame_enable(emac_dma_dev_t *dma_regs, bool enable) in emac_ll_flush_recv_frame_enable()410 static inline void emac_ll_trans_store_forward_enable(emac_dma_dev_t *dma_regs, bool enable) in emac_ll_trans_store_forward_enable()415 static inline void emac_ll_flush_trans_fifo_enable(emac_dma_dev_t *dma_regs, bool enable) in emac_ll_flush_trans_fifo_enable()420 static inline bool emac_ll_get_flush_trans_fifo(emac_dma_dev_t *dma_regs) in emac_ll_get_flush_trans_fifo()[all …]
156 } emac_dma_dev_t; typedef158 extern emac_dma_dev_t EMAC_DMA;
164 emac_dma_dev_t *dma_regs;