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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dat91sam9rl.c105 static struct clk spi_clk = { variable in typeref:struct:clk
106 .name = "spi_clk",
178 &spi_clk,
H A Dat91rm9200.c96 static struct clk spi_clk = { variable in typeref:struct:clk
97 .name = "spi_clk",
179 &spi_clk,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_imx.c69 unsigned long spi_clk; member in struct:spi_imx_data
207 reg |= spi_imx_clkdiv_2(spi_imx->spi_clk, config->speed_hz) <<
279 reg |= spi_imx_clkdiv_1(spi_imx->spi_clk, config->speed_hz) <<
339 reg |= spi_imx_clkdiv_2(spi_imx->spi_clk, config->speed_hz) <<
596 spi_imx->spi_clk = clk_get_rate(spi_imx->clk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-u300/
H A Dclock.c1035 static struct clk spi_clk = { variable in typeref:struct:clk
1047 .lock = __SPIN_LOCK_UNLOCKED(spi_clk.lock),
1293 DEF_LOOKUP("pl022", &spi_clk),
1294 DEF_LOOKUP_CON("pl022", "apb_pclk", &spi_clk),
1360 &spi_clk,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Dclock-imx1.c545 static struct clk spi_clk = { variable in typeref:struct:clk
595 _REGISTER_CLOCK("spi_imx.0", NULL, spi_clk)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Ddm644x.c213 static struct clk spi_clk = { variable in typeref:struct:clk
307 CLK(NULL, "spi", &spi_clk),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dat32ap700x.c1178 DEV_CLK(spi_clk, atmel_spi0, pba, 0);
1185 DEV_CLK(spi_clk, atmel_spi1, pba, 1);

Completed in 92 milliseconds