Searched refs:hsmc (Results 1 – 2 of 2) sorted by relevance
24 struct hsmc { struct30 static struct hsmc *hsmc; variable57 mul = (clk_get_rate(hsmc->mck) / 10000) << 16; in smc_set_timing()143 if (!hsmc) in smc_set_configuration()207 hsmc_writel(hsmc, SETUP0 + offset, setup); in smc_set_configuration()208 hsmc_writel(hsmc, PULSE0 + offset, pulse); in smc_set_configuration()209 hsmc_writel(hsmc, CYCLE0 + offset, cycle); in smc_set_configuration()210 hsmc_writel(hsmc, MODE0 + offset, mode); in smc_set_configuration()211 hsmc_readl(hsmc, MODE0); /* I/O barrier */ in smc_set_configuration()223 if (hsmc) in hsmc_probe()[all …]
1 obj-y += pdc.o clock.o intc.o extint.o pio.o hsmc.o