Searched refs:p_width (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/less/ |
| H A D | scrsize.c | 48 static int get_winsize(dpy, window, p_width, p_height) in get_winsize() argument 51 int *p_width; 77 *p_width = win_attributes.width / hints.width_inc;
|
| /freebsd-12.1/sys/arm/nvidia/tegra124/ |
| H A D | tegra124_clk_pll.c | 101 uint32_t p_width; member 500 *p = get_masked(val, mnp_bits->p_shift, mnp_bits->p_width); in get_divisors() 512 val = set_masked(val, p, mnp_bits->p_shift, mnp_bits->p_width); in set_divisors() 707 if (pdiv_to_reg(sc, p) >= (1 << mnp_bits->p_width)) in pll_set_std() 730 mnp_bits->p_width); in pll_set_std() 896 if (pdiv_to_reg(sc, p) >= (1 << mnp_bits->p_width)) in pllx_set_freq() 917 mnp_bits->p_width); in pllx_set_freq()
|
| /freebsd-12.1/sys/dev/bhnd/tools/ |
| H A D | nvram_map_gen.awk | 220 class_add_prop(SromOpBind, p_width, "width") 279 class_add_prop(Type, p_width, "width") 659 _size += get(get(_crc_seg, p_type), p_width) 753 return (get(type_get_base(_type), p_width)) 1115 _width = get(_type, p_width) 1123 set(_obj, p_width, _width) 1153 _width = get(bind, p_width) 1286 _width = get(bind, p_width) 2509 set(_obj, p_width, width) 2644 if (get(lhs, p_width) < get(rhs, p_width))
|