Home
last modified time | relevance | path

Searched refs:peri_clock (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-bcm281xx.c427 static struct peri_clock sdio1_clk = {
437 static struct peri_clock sdio2_clk = {
447 static struct peri_clock sdio3_clk = {
457 static struct peri_clock sdio4_clk = {
467 static struct peri_clock sdio1_sleep_clk = {
477 static struct peri_clock sdio2_sleep_clk = {
487 static struct peri_clock sdio3_sleep_clk = {
497 static struct peri_clock sdio4_sleep_clk = {
508 static struct peri_clock bsc1_clk = {
520 static struct peri_clock bsc2_clk = {
[all …]
H A Dclk-core.h414 struct peri_clock { struct
466 static inline struct peri_clock *to_peri_clk(struct clk *clock) in to_peri_clk()
468 return container_of(clock, struct peri_clock, clk); in to_peri_clk()
H A Dclk-core.c82 struct peri_clock *peri_clk = to_peri_clk(c); in peri_clk_enable()
167 struct peri_clock *peri_clk = to_peri_clk(c); in peri_clk_set_rate()
207 struct peri_clock *peri_clk = to_peri_clk(c); in peri_clk_get_rate()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-bcm235xx.c423 static struct peri_clock sdio1_clk = {
433 static struct peri_clock sdio2_clk = {
443 static struct peri_clock sdio3_clk = {
453 static struct peri_clock sdio4_clk = {
463 static struct peri_clock sdio1_sleep_clk = {
473 static struct peri_clock sdio2_sleep_clk = {
483 static struct peri_clock sdio3_sleep_clk = {
493 static struct peri_clock sdio4_sleep_clk = {
504 static struct peri_clock bsc1_clk = {
516 static struct peri_clock bsc2_clk = {
[all …]
H A Dclk-core.h414 struct peri_clock { struct
466 static inline struct peri_clock *to_peri_clk(struct clk *clock) in to_peri_clk()
468 return container_of(clock, struct peri_clock, clk); in to_peri_clk()
H A Dclk-core.c82 struct peri_clock *peri_clk = to_peri_clk(c); in peri_clk_enable()
167 struct peri_clock *peri_clk = to_peri_clk(c); in peri_clk_set_rate()
207 struct peri_clock *peri_clk = to_peri_clk(c); in peri_clk_get_rate()