Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h50 struct s32cc_osc { struct
308 static inline struct s32cc_osc *s32cc_obj2osc(const struct s32cc_clk_obj *mod) in s32cc_obj2osc()
312 osc_addr = ((uintptr_t)mod) - offsetof(struct s32cc_osc, desc); in s32cc_obj2osc()
313 return (struct s32cc_osc *)osc_addr; in s32cc_obj2osc()
/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_modules.c17 static struct s32cc_osc fxosc =
22 static struct s32cc_osc firc =
27 static struct s32cc_osc sirc =
H A Ds32cc_clk_drv.c171 const struct s32cc_osc *osc = s32cc_obj2osc(module); in enable_osc()
1455 struct s32cc_osc *osc = s32cc_obj2osc(module); in set_osc_freq()
1479 const struct s32cc_osc *osc = s32cc_obj2osc(module); in get_osc_freq()