Searched defs:d40_base (Results 1 – 2 of 2) sorted by relevance
566 struct d40_base { struct567 spinlock_t interrupt_lock;568 spinlock_t execmd_lock;569 struct device *dev;570 void __iomem *virtbase;571 u8 rev:4;572 struct clk *clk;573 phys_addr_t phy_start;574 resource_size_t phy_size;575 int irq;[all …]
593 struct d40_base { struct594 spinlock_t interrupt_lock;595 spinlock_t execmd_lock;596 struct device *dev;597 void __iomem *virtbase;598 u8 rev:4;599 struct clk *clk;600 int irq;601 int num_memcpy_chans;602 int num_phy_chans;[all …]