Lines Matching refs:mstp_clks
83 static struct clk mstp_clks[MSTP_NR] = { variable
113 CLKDEV_DEV_ID("sh_mobile_sdhi.0", &mstp_clks[MSTP004]),
114 CLKDEV_CON_ID("riic0", &mstp_clks[MSTP000]),
115 CLKDEV_CON_ID("riic1", &mstp_clks[MSTP000]),
116 CLKDEV_CON_ID("riic2", &mstp_clks[MSTP000]),
117 CLKDEV_CON_ID("riic3", &mstp_clks[MSTP000]),
118 CLKDEV_CON_ID("riic4", &mstp_clks[MSTP000]),
119 CLKDEV_CON_ID("riic5", &mstp_clks[MSTP000]),
120 CLKDEV_CON_ID("riic6", &mstp_clks[MSTP000]),
121 CLKDEV_CON_ID("riic7", &mstp_clks[MSTP000]),
123 CLKDEV_ICK_ID("fck", "sh-tmu.0", &mstp_clks[MSTP113]),
124 CLKDEV_ICK_ID("fck", "sh-tmu.1", &mstp_clks[MSTP114]),
125 CLKDEV_ICK_ID("fck", "sh-sci.2", &mstp_clks[MSTP112]),
126 CLKDEV_ICK_ID("fck", "sh-sci.1", &mstp_clks[MSTP111]),
127 CLKDEV_ICK_ID("fck", "sh-sci.0", &mstp_clks[MSTP110]),
129 CLKDEV_CON_ID("usb_fck", &mstp_clks[MSTP103]),
130 CLKDEV_DEV_ID("renesas_usbhs.0", &mstp_clks[MSTP102]),
131 CLKDEV_CON_ID("mmc0", &mstp_clks[MSTP220]),
132 CLKDEV_DEV_ID("rspi.2", &mstp_clks[MSTP127]),
148 ret = sh_clk_mstp_register(mstp_clks, MSTP_NR); in arch_clk_init()