Lines Matching defs:a6xx_gmu
47 struct a6xx_gmu { struct
66 struct a6xx_gmu_bo hfi; argument
67 struct a6xx_gmu_bo debug; argument
68 struct a6xx_gmu_bo icache; argument
69 struct a6xx_gmu_bo dcache; argument
70 struct a6xx_gmu_bo dummy; argument
71 struct a6xx_gmu_bo log; argument
73 int nr_clocks;
74 struct clk_bulk_data *clocks;
75 struct clk *core_clk;
76 struct clk *hub_clk;
79 int current_perf_index;
104 static inline u32 gmu_read(struct a6xx_gmu *gmu, u32 offset) in gmu_read() argument