Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dmpc52xx_uart.c656 static struct clk *psc_ipg_clk[MPC52xx_PSC_MAXNUM]; variable
691 psc_ipg_clk[psc_num] = clk; in mpc512x_psc_alloc_clock()
700 if (psc_ipg_clk[psc_num]) { in mpc512x_psc_alloc_clock()
701 clk_disable_unprepare(psc_ipg_clk[psc_num]); in mpc512x_psc_alloc_clock()
702 psc_ipg_clk[psc_num] = NULL; in mpc512x_psc_alloc_clock()
719 if (psc_ipg_clk[psc_num]) { in mpc512x_psc_relse_clock()
720 clk_disable_unprepare(psc_ipg_clk[psc_num]); in mpc512x_psc_relse_clock()
721 psc_ipg_clk[psc_num] = NULL; in mpc512x_psc_relse_clock()