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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dhsmc.c20 #include "hsmc.h"
24 struct hsmc { struct
30 static struct hsmc *hsmc; variable in typeref:struct:hsmc
38 if (!hsmc)
48 mul = (clk_get_rate(hsmc->mck) / 10000) << 16;
112 hsmc_writel(hsmc, SETUP0 + offset, setup);
113 hsmc_writel(hsmc, PULSE0 + offset, pulse);
114 hsmc_writel(hsmc, CYCLE0 + offset, cycle);
115 hsmc_writel(hsmc, MODE
[all...]
H A DMakefile1 obj-y += at32ap.o clock.o intc.o extint.o pio.o hsmc.o

Completed in 66 milliseconds