Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-bcm281xx.c426 static struct peri_clock sdio1_clk = {
436 static struct peri_clock sdio2_clk = {
446 static struct peri_clock sdio3_clk = {
456 static struct peri_clock sdio4_clk = {
466 static struct peri_clock sdio1_sleep_clk = {
476 static struct peri_clock sdio2_sleep_clk = {
486 static struct peri_clock sdio3_sleep_clk = {
496 static struct peri_clock sdio4_sleep_clk = {
507 static struct peri_clock bsc1_clk = {
519 static struct peri_clock bsc2_clk = {
[all …]
H A Dclk-core.h413 struct peri_clock { struct
465 static inline struct peri_clock *to_peri_clk(struct clk *clock) in to_peri_clk()
467 return container_of(clock, struct peri_clock, clk); in to_peri_clk()
H A Dclk-core.c81 struct peri_clock *peri_clk = to_peri_clk(c); in peri_clk_enable()
166 struct peri_clock *peri_clk = to_peri_clk(c); in peri_clk_set_rate()
206 struct peri_clock *peri_clk = to_peri_clk(c); in peri_clk_get_rate()
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-bcm235xx.c422 static struct peri_clock sdio1_clk = {
432 static struct peri_clock sdio2_clk = {
442 static struct peri_clock sdio3_clk = {
452 static struct peri_clock sdio4_clk = {
462 static struct peri_clock sdio1_sleep_clk = {
472 static struct peri_clock sdio2_sleep_clk = {
482 static struct peri_clock sdio3_sleep_clk = {
492 static struct peri_clock sdio4_sleep_clk = {
503 static struct peri_clock bsc1_clk = {
515 static struct peri_clock bsc2_clk = {
[all …]
H A Dclk-core.h413 struct peri_clock { struct
465 static inline struct peri_clock *to_peri_clk(struct clk *clock) in to_peri_clk()
467 return container_of(clock, struct peri_clock, clk); in to_peri_clk()
H A Dclk-core.c81 struct peri_clock *peri_clk = to_peri_clk(c); in peri_clk_enable()
166 struct peri_clock *peri_clk = to_peri_clk(c); in peri_clk_set_rate()
206 struct peri_clock *peri_clk = to_peri_clk(c); in peri_clk_get_rate()