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