Searched defs:omap_mcpdm (Results 1 – 1 of 1) sorted by relevance
52 struct omap_mcpdm { struct53 struct device *dev;54 unsigned long phys_base;55 void __iomem *io_base;79 static inline void omap_mcpdm_write(struct omap_mcpdm *mcpdm, u16 reg, u32 val) in omap_mcpdm_write() argument