Searched defs:ucc_slow_private (Results 1 – 1 of 1) sorted by relevance
184 struct ucc_slow_private { struct185 struct ucc_slow_info *us_info;186 struct ucc_slow __iomem *us_regs; /* Ptr to memory map of UCC regs */187 struct ucc_slow_pram *us_pram; /* a pointer to the parameter RAM */188 u32 us_pram_offset;189 int enabled_tx; /* Whether channel is enabled for Tx (ENT) */190 int enabled_rx; /* Whether channel is enabled for Rx (ENR) */191 int stopped_tx; /* Whether channel has been stopped for Tx193 int stopped_rx; /* Whether channel has been stopped for Rx */194 struct list_head confQ; /* frames passed to chip waiting for tx */[all …]