Lines Matching defs:fsi_master_aspeed
21 struct fsi_master_aspeed {
31 container_of(m, struct fsi_master_aspeed, master)
85 #include <trace/events/fsi_master_aspeed.h>
97 static int __opb_write(struct fsi_master_aspeed *aspeed, u32 addr,
134 static int opb_writeb(struct fsi_master_aspeed *aspeed, u32 addr, u8 val)
139 static int opb_writew(struct fsi_master_aspeed *aspeed, u32 addr, __be16 val)
144 static int opb_writel(struct fsi_master_aspeed *aspeed, u32 addr, __be32 val)
149 static int __opb_read(struct fsi_master_aspeed *aspeed, uint32_t addr,
206 static int opb_readl(struct fsi_master_aspeed *aspeed, uint32_t addr, __be32 *out)
211 static int opb_readw(struct fsi_master_aspeed *aspeed, uint32_t addr, __be16 *out)
216 static int opb_readb(struct fsi_master_aspeed *aspeed, uint32_t addr, u8 *out)
221 static int check_errors(struct fsi_master_aspeed *aspeed, int err)
258 struct fsi_master_aspeed *aspeed = to_fsi_master_aspeed(master);
293 struct fsi_master_aspeed *aspeed = to_fsi_master_aspeed(master);
328 struct fsi_master_aspeed *aspeed = to_fsi_master_aspeed(master);
378 struct fsi_master_aspeed *aspeed =
395 static int aspeed_master_init(struct fsi_master_aspeed *aspeed)
450 struct fsi_master_aspeed *aspeed = dev_get_drvdata(dev);
467 static int setup_cfam_reset(struct fsi_master_aspeed *aspeed)
539 struct fsi_master_aspeed *aspeed;
651 struct fsi_master_aspeed *aspeed = platform_get_drvdata(pdev);