Searched defs:omap_mcpdm (Results 1 – 1 of 1) sorted by relevance
38 struct omap_mcpdm { struct39 struct device *dev;40 unsigned long phys_base;41 void __iomem *io_base;42 int irq;43 struct pm_qos_request pm_qos_req;67 static inline void omap_mcpdm_write(struct omap_mcpdm *mcpdm, u16 reg, u32 val) in omap_mcpdm_write() argument