Home
last modified time | relevance | path

Searched defs:ucc_fast_private (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/soc/fsl/qe/
H A Ducc_fast.h177 struct ucc_fast_private { struct
178 struct ucc_fast_info *uf_info;
179 struct ucc_fast __iomem *uf_regs; /* a pointer to the UCC regs. */
180 __be32 __iomem *p_ucce; /* a pointer to the event register in memory. */
181 __be32 __iomem *p_uccm; /* a pointer to the mask register in memory. */
185 int enabled_tx; /* Whether channel is enabled for Tx (ENT) */
186 int enabled_rx; /* Whether channel is enabled for Rx (ENR) */
187 int stopped_tx; /* Whether channel has been stopped for Tx
189 int stopped_rx; /* Whether channel has been stopped for Rx */
190 s32 ucc_fast_tx_virtual_fifo_base_offset;/* pointer to base of Tx
[all …]
/openbmc/u-boot/drivers/qe/
H A Duccf.h100 typedef struct ucc_fast_private { struct
109 } ucc_fast_private_t; argument