Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/arm64/rockchip/clk/
Drk3328_cru.c653 static struct rk_clk_composite_def aclk_bus_pre = {
754 static struct rk_clk_composite_def hclk_bus_pre = {
773 static struct rk_clk_composite_def pclk_bus_pre = {
796 static struct rk_clk_composite_def clk_tsadc = {
812 static struct rk_clk_composite_def aclk_peri_pre = {
836 static struct rk_clk_composite_def pclk_peri = {
854 static struct rk_clk_composite_def hclk_peri = {
877 static struct rk_clk_composite_def sdmmc = {
902 static struct rk_clk_composite_def sdio = {
927 static struct rk_clk_composite_def emmc = {
[all …]
Drk_clk_composite.h36 struct rk_clk_composite_def { struct
59 struct rk_clk_composite_def *clkdef); argument
Drk_cru.h141 .clk.composite = &(struct rk_clk_composite_def) { \
160 .clk.composite = &(struct rk_clk_composite_def) { \
223 struct rk_clk_composite_def *composite;
Drk3399_pmucru.c718 static struct rk_clk_composite_def pclk_pmu_src = {
737 static struct rk_clk_composite_def i2c0 = {
757 static struct rk_clk_composite_def i2c8 = {
777 static struct rk_clk_composite_def i2c4 = {
Drk_clk_composite.c341 struct rk_clk_composite_def *clkdef) in rk_clk_composite_register()