#include <linux/iopoll.h>
#include <linux/device.h>
#include "lima_device.h"
#include "lima_l2_cache.h"
#include "lima_regs.h"
#define l2_cache_write(reg, data) …
#define l2_cache_read(reg) …
static int lima_l2_cache_wait_idle(struct lima_ip *ip)
{ … }
int lima_l2_cache_flush(struct lima_ip *ip)
{ … }
static int lima_l2_cache_hw_init(struct lima_ip *ip)
{ … }
int lima_l2_cache_resume(struct lima_ip *ip)
{ … }
void lima_l2_cache_suspend(struct lima_ip *ip)
{ … }
int lima_l2_cache_init(struct lima_ip *ip)
{ … }
void lima_l2_cache_fini(struct lima_ip *ip)
{ … }