Searched defs:sh_flctl (Results 1 – 1 of 1) sorted by relevance
133 struct sh_flctl { struct134 struct nand_chip chip;135 struct platform_device *pdev;136 struct dev_pm_qos_request pm_qos;137 void __iomem *reg;138 resource_size_t fifo;163 struct sh_flctl_platform_data { argument175 static inline struct sh_flctl *mtd_to_flctl(struct mtd_info *mtdinfo) in mtd_to_flctl() argument