Home
last modified time | relevance | path

Searched refs:p_width (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/less/
HDscrsize.c48 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-14-stable/sys/arm/nvidia/tegra124/
HDtegra124_clk_pll.c99 uint32_t p_width; member
499 *p = get_masked(val, mnp_bits->p_shift, mnp_bits->p_width); in get_divisors()
511 val = set_masked(val, p, mnp_bits->p_shift, mnp_bits->p_width); in set_divisors()
714 if (pdiv_to_reg(sc, p) >= (1 << mnp_bits->p_width)) in pll_set_std()
737 mnp_bits->p_width); in pll_set_std()
903 if (pdiv_to_reg(sc, p) >= (1 << mnp_bits->p_width)) in pllx_set_freq()
924 mnp_bits->p_width); in pllx_set_freq()
/freebsd-14-stable/sys/arm64/nvidia/tegra210/
HDtegra210_clk_pll.c124 uint32_t p_width; member
692 *p = get_masked(val, mnp_bits->p_shift, mnp_bits->p_width); in get_divisors()
704 val = set_masked(val, p, mnp_bits->p_shift, mnp_bits->p_width); in set_divisors()
912 if (pdiv_to_reg(sc, p) >= (1 << mnp_bits->p_width)) in pll_set_std()
935 mnp_bits->p_width); in pll_set_std()
1141 if (pdiv_to_reg(sc, p) >= (1 << mnp_bits->p_width)) in pllx_set_freq()
1156 mnp_bits->p_width); in pllx_set_freq()
1211 mnp_bits->p_width); in pllx_set_freq()
/freebsd-14-stable/sys/dev/bhnd/tools/
HDnvram_map_gen.awk219 class_add_prop(SromOpBind, p_width, "width")
278 class_add_prop(Type, p_width, "width")
658 _size += get(get(_crc_seg, p_type), p_width)
752 return (get(type_get_base(_type), p_width))
1114 _width = get(_type, p_width)
1122 set(_obj, p_width, _width)
1152 _width = get(bind, p_width)
1285 _width = get(bind, p_width)
2508 set(_obj, p_width, width)
2643 if (get(lhs, p_width) < get(rhs, p_width))