예제 #1
0
파일: common.c 프로젝트: 020gzh/linux
/*****************************************************************************
 * SPI
 ****************************************************************************/
void __init orion5x_spi_init(void)
{
	orion_spi_init(SPI_PHYS_BASE);
}
예제 #2
0
/*****************************************************************************
 * SPI
 ****************************************************************************/
void __init dove_spi0_init(void)
{
	orion_spi_init(DOVE_SPI0_PHYS_BASE);
}
예제 #3
0
/*****************************************************************************
 * SPI
 ****************************************************************************/
void __init orion5x_spi_init()
{
	orion_spi_init(SPI_PHYS_BASE, orion5x_tclk);
}
예제 #4
0
/*****************************************************************************
 * SPI
 ****************************************************************************/
void __init dove_spi0_init(void)
{
    orion_spi_init(DOVE_SPI0_PHYS_BASE, get_tclk());
}