Beispiel #1
0
void __init dove_spi1_init(void)
{
	orion_spi_1_init(DOVE_SPI1_PHYS_BASE);
}
Beispiel #2
0
void __init dove_spi1_init(void)
{
    orion_spi_1_init(DOVE_SPI1_PHYS_BASE, get_tclk());
}