Searched defs:aspeed_smc_controller (Results 1 – 1 of 1) sorted by relevance
103 struct aspeed_smc_controller { struct104 struct device *dev;106 struct mutex mutex; /* controller access mutex */107 const struct aspeed_smc_info *info; /* type info of controller */108 void __iomem *regs; /* controller registers */109 void __iomem *ahb_base; /* per-chip windows resource */110 u32 ahb_window_size; /* full mapping window size */112 struct aspeed_smc_chip *chips[]; /* pointers to attached chips */