Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscrsize.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/sys/arm/nvidia/tegra124/
H A Dtegra124_clk_pll.c98 uint32_t p_width; member
498 *p = get_masked(val, mnp_bits->p_shift, mnp_bits->p_width); in get_divisors()
510 val = set_masked(val, p, mnp_bits->p_shift, mnp_bits->p_width); in set_divisors()
713 if (pdiv_to_reg(sc, p) >= (1 << mnp_bits->p_width)) in pll_set_std()
736 mnp_bits->p_width); in pll_set_std()
902 if (pdiv_to_reg(sc, p) >= (1 << mnp_bits->p_width)) in pllx_set_freq()
923 mnp_bits->p_width); in pllx_set_freq()
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_clk_pll.c123 uint32_t p_width; member
691 *p = get_masked(val, mnp_bits->p_shift, mnp_bits->p_width); in get_divisors()
703 val = set_masked(val, p, mnp_bits->p_shift, mnp_bits->p_width); in set_divisors()
911 if (pdiv_to_reg(sc, p) >= (1 << mnp_bits->p_width)) in pll_set_std()
934 mnp_bits->p_width); in pll_set_std()
1140 if (pdiv_to_reg(sc, p) >= (1 << mnp_bits->p_width)) in pllx_set_freq()
1155 mnp_bits->p_width); in pllx_set_freq()
1210 mnp_bits->p_width); in pllx_set_freq()
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_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))