mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-net
This commit is contained in:
@@ -21,4 +21,23 @@ struct ti_udma_drv_packet_data {
|
||||
u32 dest_tag;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct ti_udma_drv_chan_cfg_data - TI UDMA per channel specific
|
||||
* configuration data
|
||||
*
|
||||
* @flow_id_base: Start index of flow ID allocated to this channel
|
||||
* @flow_id_cnt: Number of flows allocated for this channel starting at
|
||||
* flow_id_base
|
||||
*
|
||||
* TI UDMA channel specific data returned as part of dma_get_cfg() call
|
||||
* from the DMA client driver.
|
||||
*/
|
||||
struct ti_udma_drv_chan_cfg_data {
|
||||
u32 flow_id_base;
|
||||
u32 flow_id_cnt;
|
||||
};
|
||||
|
||||
/* TI UDMA specific flag IDs for dma_get_cfg() call */
|
||||
#define TI_UDMA_CHAN_PRIV_INFO 0
|
||||
|
||||
#endif /* __TI_UDMA_H */
|
||||
|
Reference in New Issue
Block a user