Home
last modified time | relevance | path

Searched refs:cru_node (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/rockchip/
Dclk.c385 ctx->cru_node = np; in rockchip_clk_init()
388 ctx->grf = syscon_regmap_lookup_by_phandle(ctx->cru_node, in rockchip_clk_init()
Dclk.h239 struct device_node *cru_node; member
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch1626 + np = of_parse_phandle(pll->ctx->cru_node, "rockchip,boost", 0);
3313 ctx->grf = syscon_regmap_lookup_by_phandle(ctx->cru_node,
3315 + ctx->pmugrf = syscon_regmap_lookup_by_phandle(ctx->cru_node,
3612 struct device_node *cru_node;