Searched defs:qcom_tbu (Results 1 – 1 of 1) sorted by relevance
47 struct qcom_tbu { struct48 struct device *dev;49 struct device_node *smmu_np;50 u32 sid_range[2];51 struct list_head list;52 struct clk *clk;53 struct icc_path *path;54 void __iomem *base;55 spinlock_t halt_lock; /* multiple halt or resume can't execute concurrently */56 int halt_count;