Searched refs:mainclk_hz (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/mach-au1x00/
H A Dau1550_spi.h9 u32 mainclk_hz; /* main input clock frequency of PSC */ member in struct:au1550_spi_info
/linux-4.1.27/arch/mips/alchemy/devboards/
H A Ddb1550.c267 .mainclk_hz = 48000000, /* PSC0 clock: max. 2.4MHz SPI clk */
592 clk_set_rate(c, db1550_spi_platdata.mainclk_hz); db1550_dev_setup()
H A Ddb1200.c709 .mainclk_hz = 50000000, /* PSC0 clock */
/linux-4.1.27/drivers/spi/
H A Dspi-au1550.c113 u32 mainclk_hz = hw->pdata->mainclk_hz; au1550_spi_baudcfg() local
117 brg = mainclk_hz / speed_hz / (4 << div); au1550_spi_baudcfg()
885 master->max_speed_hz = hw->pdata->mainclk_hz / min_div; au1550_spi_probe()
887 hw->pdata->mainclk_hz / (max_div + 1) + 1; au1550_spi_probe()

Completed in 155 milliseconds