Searched refs:min_p (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/exofs/ |
D | ore_raid.c | 474 unsigned c, p, min_p = sp2d->pages_in_unit, max_p = -1; in _read_4_write_first_stripe() local 479 min_p = _sp2d_min_pg(sp2d); in _read_4_write_first_stripe() 483 offset, ios->offset, min_p, max_p); in _read_4_write_first_stripe() 487 read_si.obj_offset += min_p * PAGE_SIZE; in _read_4_write_first_stripe() 488 offset += min_p * PAGE_SIZE; in _read_4_write_first_stripe() 489 for (p = min_p; p <= max_p; p++) { in _read_4_write_first_stripe() 529 unsigned c, p, min_p = sp2d->pages_in_unit, max_p = -1; in _read_4_write_last_stripe() local 545 if (min_p == sp2d->pages_in_unit) { in _read_4_write_last_stripe() 547 min_p = _sp2d_min_pg(sp2d); in _read_4_write_last_stripe() 552 offset, last_stripe_end, min_p, max_p); in _read_4_write_last_stripe() [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | pllgt215.c | 39 if (*P < info->min_p) in gt215_pll_calc() 40 *P = info->min_p; in gt215_pll_calc()
|
D | pllnv04.c | 46 int minP = info->min_p; in getMNP_single()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | pll.h | 48 u8 min_p; member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | pll.c | 357 info->min_p = nvbios_rd08(bios, data + 12); in nvbios_pll_parse()
|
/linux-4.4.14/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 44 int min_p, max_p, min_p1, max_p1; member 956 if (p_min < pll->min_p) in calc_pll_params() 957 p_min = pll->min_p; in calc_pll_params()
|