Searched refs:cond_width (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/clk/allwinner/ |
H A D | aw_clk_prediv_mux.c | 158 sc->div.cond_mask = ((1 << clkdef->div.cond_width) - 1) << sc->div.shift; in aw_clk_prediv_mux_register() 166 if (clkdef->prediv.cond_width != 0) in aw_clk_prediv_mux_register() 167 sc->prediv.cond_mask = ((1 << clkdef->prediv.cond_width) - 1) << sc->prediv.shift; in aw_clk_prediv_mux_register()
|
H A D | aw_clk.h | 84 uint32_t cond_width; member 495 .prediv.cond_width = _prediv_cond_width, \ 524 .prediv.cond_width = 0, \
|
H A D | aw_clk_nm.c | 333 if (clkdef->prediv.cond_width != 0) in aw_clk_nm_register() 334 sc->prediv.cond_mask = ((1 << clkdef->prediv.cond_width) - 1) << sc->prediv.shift; in aw_clk_nm_register()
|
H A D | ccu_sun8i_r.c | 135 .cond_width = 2,
|
H A D | ccu_a13.c | 265 .cond_width = 2, 302 .cond_width = 2,
|
/freebsd/contrib/mandoc/ |
H A D | term.c | 35 static size_t cond_width(const struct termp *, int, int *); 905 cond_width(const struct termp *p, int c, int *skip) in cond_width() function 936 sz += cond_width(p, *cp++, &skip); in term_strlen() 960 sz += cond_width(p, uc, &skip); in term_strlen() 1015 sz += cond_width(p, uc, &skip); in term_strlen() 1034 sz += cond_width(p, ' ', &skip); in term_strlen() 1038 sz += cond_width(p, '-', &skip); in term_strlen()
|