1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
4 #ifndef __LIMA_DLBU_H__
5 #define __LIMA_DLBU_H__
10 void lima_dlbu_enable(struct lima_device *dev, int num_pp);
11 void lima_dlbu_disable(struct lima_device *dev);
13 void lima_dlbu_set_reg(struct lima_ip *ip, u32 *reg);
15 int lima_dlbu_resume(struct lima_ip *ip);
16 void lima_dlbu_suspend(struct lima_ip *ip);
17 int lima_dlbu_init(struct lima_ip *ip);
18 void lima_dlbu_fini(struct lima_ip *ip);