Lines Matching refs:xck
241 struct clk *xck; member
734 int xck, in fsi_clk_init() argument
743 clock->xck = NULL; in fsi_clk_init()
755 if (xck) { in fsi_clk_init()
756 clock->xck = devm_clk_get(dev, is_porta ? "xcka" : "xckb"); in fsi_clk_init()
757 if (IS_ERR(clock->xck)) { in fsi_clk_init()
761 if (clock->xck == clock->own) { in fsi_clk_init()
824 clk_enable(clock->xck); in fsi_clk_enable()
843 clk_disable(clock->xck); in fsi_clk_disable()
921 struct clk *xck = fsi->clock.xck; in fsi_clk_set_rate_external() local
929 xrate = clk_get_rate(xck); in fsi_clk_set_rate_external()
935 clk_set_parent(ick, xck); in fsi_clk_set_rate_external()