Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/rockchip/clk/
H A Drk3328_cru.c894 static struct rk_clk_composite_def sdmmc = {
919 static struct rk_clk_composite_def sdio = {
944 static struct rk_clk_composite_def emmc = {
972 static struct rk_clk_composite_def i2c0 = {
994 static struct rk_clk_composite_def i2c1 = {
1020 static struct rk_clk_composite_def i2c2 = {
1042 static struct rk_clk_composite_def i2c3 = {
1138 static struct rk_clk_composite_def i2s0_div = {
1197 static struct rk_clk_composite_def i2s1_div = {
1397 static struct rk_clk_composite_def mac2io = {
[all …]
H A Drk_clk_composite.h35 struct rk_clk_composite_def { struct
58 struct rk_clk_composite_def *clkdef); argument
H A Drk_cru.h140 .clk.composite = &(struct rk_clk_composite_def) { \
159 .clk.composite = &(struct rk_clk_composite_def) { \
223 struct rk_clk_composite_def *composite;
H A Drk3399_pmucru.c718 static struct rk_clk_composite_def pclk_pmu_src = {
736 static struct rk_clk_composite_def i2c0 = {
756 static struct rk_clk_composite_def i2c8 = {
776 static struct rk_clk_composite_def i2c4 = {
H A Drk3288_cru.c598 .clk.composite = &(struct rk_clk_composite_def) { \
617 .clk.composite = &(struct rk_clk_composite_def) { \
H A Drk_clk_composite.c340 struct rk_clk_composite_def *clkdef) in rk_clk_composite_register()