Searched defs:ucc_fast_private (Results 1 – 1 of 1) sorted by relevance
176 struct ucc_fast_private { struct177 struct ucc_fast_info *uf_info;178 struct ucc_fast __iomem *uf_regs; /* a pointer to the UCC regs. */179 u32 __iomem *p_ucce; /* a pointer to the event register in memory. */180 u32 __iomem *p_uccm; /* a pointer to the mask register in memory. */182 u16 __iomem *p_utodr; /* pointer to the transmit on demand register */184 int enabled_tx; /* Whether channel is enabled for Tx (ENT) */185 int enabled_rx; /* Whether channel is enabled for Rx (ENR) */186 int stopped_tx; /* Whether channel has been stopped for Tx188 int stopped_rx; /* Whether channel has been stopped for Rx */[all …]