#include <linux/io.h>
#include <linux/device.h>
#include "lima_device.h"
#include "lima_bcast.h"
#include "lima_regs.h"
#define bcast_write(reg, data) …
#define bcast_read(reg) …
void lima_bcast_enable(struct lima_device *dev, int num_pp)
{ … }
static int lima_bcast_hw_init(struct lima_ip *ip)
{ … }
int lima_bcast_resume(struct lima_ip *ip)
{ … }
void lima_bcast_suspend(struct lima_ip *ip)
{ … }
int lima_bcast_mask_irq(struct lima_ip *ip)
{ … }
int lima_bcast_reset(struct lima_ip *ip)
{ … }
int lima_bcast_init(struct lima_ip *ip)
{ … }
void lima_bcast_fini(struct lima_ip *ip)
{ … }