Searched full:op_clk (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/can/ |
D | can_renesas_ra.c | 141 const struct device *op_clk; member 889 ret = clock_control_get_rate(global_cfg->op_clk, in can_renesas_module_clock_init() 920 LOG_ERR("%s frequency should be at least %d", global_cfg->op_clk->name, in can_renesas_module_clock_init() 932 global_cfg->ram_clk->name, cfg->dll_clk->name, global_cfg->op_clk->name, in can_renesas_module_clock_init() 1036 .op_clk = DEVICE_DT_GET(DT_CLOCKS_CTLR_BY_NAME(DT_INST(0, renesas_ra_canfd_global), opclk)), 1056 ret = clock_control_on(cfg->op_clk, (clock_control_subsys_t)&cfg->op_subsys); in can_renesas_ra_global_init()
|