clk: tegra: Introduce divider mask and shift helpers
authorThierry Reding <treding@nvidia.com>
Fri, 4 Apr 2014 13:55:14 +0000 (15:55 +0200)
committerPeter De Schrijver <pdeschrijver@nvidia.com>
Thu, 17 Apr 2014 11:12:40 +0000 (14:12 +0300)
Add div{m,n,p}_shift() and div{m,n,p}_mask_shifted() helpers to make the
code that modifies the m-, n- and p-divider fields of PLLs shorter and
easier to read.

Signed-off-by: Thierry Reding <treding@nvidia.com>

No differences found