Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk_dt.c61 int clock_cells = 0; in parse_clock_property() local
87 clock_cells = fdt_get_dt_driver_cells(fdt, parent_node, in parse_clock_property()
89 if (clock_cells < 0) in parse_clock_property()
92 idx += 1 + clock_cells; in parse_clock_property()