Searched refs:at91_clock_associate (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-at91/
H A Dgeneric.h34 extern void __init at91_clock_associate(const char *id, struct device *dev, const char *func);
H A Dat91sam9260_devices.c488 at91_clock_associate("spi0_clk", &at91sam9260_spi0_device.dev, "spi_clk");
496 at91_clock_associate("spi1_clk", &at91sam9260_spi1_device.dev, "spi_clk");
798 at91_clock_associate("usart0_clk", &at91sam9260_uart0_device.dev, "usart");
803 at91_clock_associate("usart1_clk", &at91sam9260_uart1_device.dev, "usart");
808 at91_clock_associate("usart2_clk", &at91sam9260_uart2_device.dev, "usart");
813 at91_clock_associate("usart3_clk", &at91sam9260_uart3_device.dev, "usart");
818 at91_clock_associate("usart4_clk", &at91sam9260_uart4_device.dev, "usart");
823 at91_clock_associate("usart5_clk", &at91sam9260_uart5_device.dev, "usart");
828 at91_clock_associate("mck", &at91sam9260_dbgu_device.dev, "usart");
H A Dat91sam9261_devices.c409 at91_clock_associate("spi0_clk", &at91sam9261_spi0_device.dev, "spi_clk");
417 at91_clock_associate("spi1_clk", &at91sam9261_spi1_device.dev, "spi_clk");
686 at91_clock_associate("usart0_clk", &at91sam9261_uart0_device.dev, "usart");
691 at91_clock_associate("usart1_clk", &at91sam9261_uart1_device.dev, "usart");
696 at91_clock_associate("usart2_clk", &at91sam9261_uart2_device.dev, "usart");
701 at91_clock_associate("mck", &at91sam9261_dbgu_device.dev, "usart");
H A Dat91sam9263_devices.c306 at91_clock_associate("mci0_clk", &at91sam9263_mmc1_device.dev, "mci_clk");
337 at91_clock_associate("mci1_clk", &at91sam9263_mmc1_device.dev, "mci_clk");
555 at91_clock_associate("spi0_clk", &at91sam9263_spi0_device.dev, "spi_clk");
563 at91_clock_associate("spi1_clk", &at91sam9263_spi1_device.dev, "spi_clk");
884 at91_clock_associate("usart0_clk", &at91sam9263_uart0_device.dev, "usart");
889 at91_clock_associate("usart1_clk", &at91sam9263_uart1_device.dev, "usart");
894 at91_clock_associate("usart2_clk", &at91sam9263_uart2_device.dev, "usart");
899 at91_clock_associate("mck", &at91sam9263_dbgu_device.dev, "usart");
H A Dat91sam9rl_devices.c569 at91_clock_associate("usart0_clk", &at91sam9rl_uart0_device.dev, "usart");
574 at91_clock_associate("usart1_clk", &at91sam9rl_uart1_device.dev, "usart");
579 at91_clock_associate("usart2_clk", &at91sam9rl_uart2_device.dev, "usart");
584 at91_clock_associate("usart3_clk", &at91sam9rl_uart3_device.dev, "usart");
589 at91_clock_associate("mck", &at91sam9rl_dbgu_device.dev, "usart");
H A Dat91rm9200_devices.c537 at91_clock_associate("spi_clk", &at91rm9200_spi_device.dev, "spi");
814 at91_clock_associate("usart0_clk", &at91rm9200_uart0_device.dev, "usart");
819 at91_clock_associate("usart1_clk", &at91rm9200_uart1_device.dev, "usart");
824 at91_clock_associate("usart2_clk", &at91rm9200_uart2_device.dev, "usart");
829 at91_clock_associate("usart3_clk", &at91rm9200_uart3_device.dev, "usart");
834 at91_clock_associate("mck", &at91rm9200_dbgu_device.dev, "usart");
H A Dclock.c167 void __init at91_clock_associate(const char *id, struct device *dev, const char *func) function

Completed in 153 milliseconds