Home | History | Annotate | Download | only in at91

Lines Matching defs:at91bus_clocks

42 struct at91bus_clocks {
51 extern struct at91bus_clocks at91bus_clocks;
53 #define AT91_SCLK at91bus_clocks.slow
54 #define AT91_MCLK at91bus_clocks.main
55 #define AT91_PCLK at91bus_clocks.cpu
56 #define AT91_MSTCLK at91bus_clocks.master
57 #define AT91_PLLACLK at91bus_clocks.plla
58 #define AT91_PLLBCLK at91bus_clocks.pllb
82 void (*init)(struct at91bus_clocks *);