• Home
  • Raw
  • Download

Lines Matching defs:aspeed

97 static int __opb_write(struct fsi_master_aspeed *aspeed, u32 addr,  in __opb_write()
130 static int opb_writeb(struct fsi_master_aspeed *aspeed, u32 addr, u8 val) in opb_writeb()
135 static int opb_writew(struct fsi_master_aspeed *aspeed, u32 addr, __be16 val) in opb_writew()
140 static int opb_writel(struct fsi_master_aspeed *aspeed, u32 addr, __be32 val) in opb_writel()
145 static int __opb_read(struct fsi_master_aspeed *aspeed, uint32_t addr, in __opb_read()
198 static int opb_readl(struct fsi_master_aspeed *aspeed, uint32_t addr, __be32 *out) in opb_readl()
203 static int opb_readw(struct fsi_master_aspeed *aspeed, uint32_t addr, __be16 *out) in opb_readw()
208 static int opb_readb(struct fsi_master_aspeed *aspeed, uint32_t addr, u8 *out) in opb_readb()
213 static int check_errors(struct fsi_master_aspeed *aspeed, int err) in check_errors()
250 struct fsi_master_aspeed *aspeed = to_fsi_master_aspeed(master); in aspeed_master_read() local
285 struct fsi_master_aspeed *aspeed = to_fsi_master_aspeed(master); in aspeed_master_write() local
320 struct fsi_master_aspeed *aspeed = to_fsi_master_aspeed(master); in aspeed_master_link_enable() local
370 struct fsi_master_aspeed *aspeed = in aspeed_master_release() local
387 static int aspeed_master_init(struct fsi_master_aspeed *aspeed) in aspeed_master_init()
442 struct fsi_master_aspeed *aspeed = dev_get_drvdata(dev); in cfam_reset_store() local
457 static int setup_cfam_reset(struct fsi_master_aspeed *aspeed) in setup_cfam_reset()
529 struct fsi_master_aspeed *aspeed; in fsi_master_aspeed_probe() local
641 struct fsi_master_aspeed *aspeed = platform_get_drvdata(pdev); in fsi_master_aspeed_remove() local