Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/fsl/qe/
H A Dqmc.c174 struct qmc_chan { struct
175 struct list_head list;
176 unsigned int id;
177 struct qmc *qmc;
178 void __iomem *s_param;
179 enum qmc_mode mode;
180 u64 tx_ts_mask;
181 u64 rx_ts_mask;
182 bool is_reverse_data;
184 spinlock_t tx_lock;
[all …]
/openbmc/linux/sound/soc/fsl/
H A Dfsl_qmc_audio.c24 struct qmc_chan *qmc_chan; member