Home
last modified time | relevance | path

Searched refs:hsmc (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/avr32/mach-at32ap/
Dhsmc.c24 struct hsmc { struct
30 static struct hsmc *hsmc; variable
57 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 …]
DMakefile1 obj-y += pdc.o clock.o intc.o extint.o pio.o hsmc.o