Searched refs:read_div (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nvc0_pm.c | 30 static u32 read_div(struct drm_device *, int, u32, u32); 62 sclk = read_div(dev, doff, 0x137120, 0x137140); in read_pll() 70 sclk = read_div(dev, 0, 0x137320, 0x137330); in read_pll() 84 read_div(struct drm_device *dev, int doff, u32 dsrc, u32 dctl) in read_div() function 114 return read_div(dev, 0, 0x137300, 0x137310); in read_mem() 132 sclk = read_div(dev, clk, 0x137160, 0x1371d0); in read_clk() 220 limits.refclk = read_div(dev, clk, 0x137120, 0x137140); in calc_pll()
|
D | nv50_pm.c | 50 read_div(struct drm_device *dev) in read_div() function 268 P = (read_div(dev) & 0x00000700) >> 8; in read_clk() 316 P = (read_div(dev) & 0x00000007) >> 0; in read_clk() 617 divs = read_div(dev); in nv50_pm_clocks_pre()
|