Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_port.c815 static bool is_init_done(struct fman_port_cfg *cfg) in is_init_done() function
1423 if (is_init_done(port->cfg)) in fman_port_init()
1531 if (is_init_done(port->cfg)) in fman_port_cfg_buf_prefix_content()
1569 if (!is_init_done(port->cfg)) in fman_port_disable()
1645 if (!is_init_done(port->cfg)) in fman_port_enable()
/linux/drivers/clk/
H A Dclk.c5537 bool is_init_done; in of_clk_init() local
5569 is_init_done = false; in of_clk_init()
5584 is_init_done = true; in of_clk_init()
5594 if (!is_init_done) in of_clk_init()