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

/linux-4.4.14/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.4.14/arch/mips/alchemy/devboards/
H A Ddb1550.c268 .mainclk_hz = 48000000, /* PSC0 clock: max. 2.4MHz SPI clk */
593 clk_set_rate(c, db1550_spi_platdata.mainclk_hz); db1550_dev_setup()
H A Ddb1200.c709 .mainclk_hz = 50000000, /* PSC0 clock */
/linux-4.4.14/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()
884 master->max_speed_hz = hw->pdata->mainclk_hz / min_div; au1550_spi_probe()
886 hw->pdata->mainclk_hz / (max_div + 1) + 1; au1550_spi_probe()

Completed in 1152 milliseconds