Home
last modified time | relevance | path

Searched refs:ahb_clk (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/arch/arm/mach-imx/
Dclock-imx27.c461 static struct clk ahb_clk = { variable
467 .parent = &ahb_clk,
536 DEFINE_CLOCK(slcdc_clk, 0, PCCR0, 2, NULL, &slcdc_clk1, &ahb_clk);
541 DEFINE_CLOCK(sahara2_clk, 0, PCCR0, 7, NULL, &sahara2_clk1, &ahb_clk);
542 DEFINE_CLOCK(rtic_clk, 0, PCCR0, 8, NULL, &rtic_clk1, &ahb_clk);
559 DEFINE_CLOCK(fec_clk, 0, PCCR0, 26, NULL, &fec_clk1, &ahb_clk);
560 DEFINE_CLOCK(emma_clk, 0, PCCR0, 27, NULL, &emma_clk1, &ahb_clk);
561 DEFINE_CLOCK(dma_clk, 0, PCCR0, 28, NULL, &dma_clk1, &ahb_clk);
575 DEFINE_CLOCK(usb_clk1, 0, PCCR1, 11, NULL, NULL, &ahb_clk);
576 DEFINE_CLOCK(slcdc_clk1, 0, PCCR1, 12, NULL, NULL, &ahb_clk);
[all …]
Dclock-imx31.c439 static struct clk ahb_clk = { variable
480 DEFINE_CLOCK(sdma_clk1, 0, MXC_CCM_CGR0, 14, NULL, NULL, &ahb_clk);
490 DEFINE_CLOCK(mpeg4_clk, 0, MXC_CCM_CGR1, 0, NULL, NULL, &ahb_clk);
497 DEFINE_CLOCK(usb_clk2, 0, MXC_CCM_CGR1, 18, usb_get_rate, NULL, &ahb_clk);
508 DEFINE_CLOCK(mbx_clk, 0, MXC_CCM_CGR2, 6, mbx_get_rate, NULL, &ahb_clk);
509 DEFINE_CLOCK(emi_clk, 0, MXC_CCM_CGR2, 8, NULL, NULL, &ahb_clk);
510 DEFINE_CLOCK(rtic_clk, 0, MXC_CCM_CGR2, 10, NULL, NULL, &ahb_clk);
515 DEFINE_CLOCK(nfc_clk, 0, NULL, 0, nfc_get_rate, NULL, &ahb_clk);
517 DEFINE_CLOCK(ipg_clk, 0, NULL, 0, ipg_get_rate, NULL, &ahb_clk);
Dclock-imx6q.c355 static struct clk ahb_clk; variable
985 DEF_CLK_DIV1(ahb_div, &ahb_clk, CBCDR, AHB);
1139 else if (clk == &ahb_clk) in clk_busy_wait()
1200 if (clk == &axi_clk || clk == &ahb_clk || in _clk_set_rate()
1347 &ahb_clk,
1359 &ahb_clk,
1399 &ahb_clk,
1411 &ahb_clk,
1672 &ahb_clk,
1779 DEF_NG_CLK(ahb_clk, &periph_clk);
[all …]
Dclock-mx51-mx53.c40 static struct clk ahb_clk; variable
822 static struct clk ahb_clk = { variable
837 .parent = &ahb_clk,
848 .parent = &ahb_clk,
856 .parent = &ahb_clk,
865 .parent = &ahb_clk,
935 .parent = &ahb_clk,
1340 NULL, NULL, &ahb_clk, NULL);
1418 .parent = &ahb_clk,
1427 NULL, NULL, clk_ipu_enable, clk_ipu_disable, &ahb_clk, &ipu_sec_clk);
[all …]
/linux-3.4.99/arch/arm/mach-spear3xx/
Dclock.c127 static struct clk ahb_clk = { variable
430 .pclk = &ahb_clk,
440 .pclk = &ahb_clk,
448 .pclk = &ahb_clk,
456 .pclk = &ahb_clk,
464 .pclk = &ahb_clk,
472 .pclk = &ahb_clk,
480 .pclk = &ahb_clk,
499 .pclk = &ahb_clk,
527 .pclk = &ahb_clk,
[all …]
/linux-3.4.99/arch/arm/mach-spear6xx/
Dclock.c126 static struct clk ahb_clk = { variable
510 .pclk = &ahb_clk,
520 .pclk = &ahb_clk,
528 .pclk = &ahb_clk,
536 .pclk = &ahb_clk,
544 .pclk = &ahb_clk,
552 .pclk = &ahb_clk,
560 .pclk = &ahb_clk,
638 { .con_id = "ahb_clk", .clk = &ahb_clk},
/linux-3.4.99/arch/arm/mach-u300/
Dclock.c857 static struct clk ahb_clk = { variable
869 .lock = __SPIN_LOCK_UNLOCKED(ahb_clk.lock),
1273 DEF_LOOKUP("ahb", &ahb_clk),
1346 &ahb_clk,
/linux-3.4.99/drivers/pinctrl/
Dpinctrl-tegra20.c2526 FUNCTION(ahb_clk),