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,
130 static int opb_writeb(struct fsi_master_aspeed *aspeed, u32 addr, u8 val)
135 static int opb_writew(struct fsi_master_aspeed *aspeed, u32 addr, __be16 val)
140 static int opb_writel(struct fsi_master_aspeed *aspeed, u32 addr, __be32 val)
145 static int __opb_read(struct fsi_master_aspeed *aspeed, uint32_t addr,
198 static int opb_readl(struct fsi_master_aspeed *aspeed, uint32_t addr, __be32 *out)
203 static int opb_readw(struct fsi_master_aspeed *aspeed, uint32_t addr, __be16 *out)
208 static int opb_readb(struct fsi_master_aspeed *aspeed, uint32_t addr, u8 *out)
213 static int check_errors(struct fsi_master_aspeed *aspeed, int err)
250 struct fsi_master_aspeed *aspeed = to_fsi_master_aspeed(master);
285 struct fsi_master_aspeed *aspeed = to_fsi_master_aspeed(master);
320 struct fsi_master_aspeed *aspeed = to_fsi_master_aspeed(master);
370 struct fsi_master_aspeed *aspeed =
387 static int aspeed_master_init(struct fsi_master_aspeed *aspeed)
442 struct fsi_master_aspeed *aspeed = dev_get_drvdata(dev);
457 static int setup_cfam_reset(struct fsi_master_aspeed *aspeed)
529 struct fsi_master_aspeed *aspeed;
641 struct fsi_master_aspeed *aspeed = platform_get_drvdata(pdev);