clk: tegra: move from a lock bit idx to a lock mask
authorPeter De Schrijver <pdeschrijver@nvidia.com>
Wed, 3 Apr 2013 14:40:40 +0000 (17:40 +0300)
committerStephen Warren <swarren@nvidia.com>
Thu, 4 Apr 2013 22:10:49 +0000 (16:10 -0600)
commit3e72771e210348fbd7ff0ea1b9e14cd88380c05b
tree5bb1543197683bdcaf8c8b4c5221147f717a7b6f
parent0b6525acd13f2d33cd3be86d0dbd2ddd1ffeda8f
clk: tegra: move from a lock bit idx to a lock mask

PLLC2 and PLLC3 on Tegra114 have separate phaselock and frequencylock bits.
So switch to a lock mask to be able to test both at the same time.

Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
drivers/clk/tegra/clk-pll.c
drivers/clk/tegra/clk-tegra20.c
drivers/clk/tegra/clk-tegra30.c
drivers/clk/tegra/clk.h
This page took 0.035316 seconds and 5 git commands to generate.