Searched defs:malidp_hw_device (Results 1 – 1 of 1) sorted by relevance
229 struct malidp_hw_device { struct230 struct malidp_hw *hw;231 void __iomem *regs;234 struct clk *pclk;259 static inline u32 malidp_hw_read(struct malidp_hw_device *hwdev, u32 reg) in malidp_hw_read() argument