Searched refs:cond_width (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/arm/allwinner/clkng/ |
| H A D | aw_clk_prediv_mux.c | 164 sc->div.cond_mask = ((1 << clkdef->div.cond_width) - 1) << sc->div.shift; in aw_clk_prediv_mux_register() 172 if (clkdef->prediv.cond_width != 0) in aw_clk_prediv_mux_register() 173 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 397 .prediv.cond_width = _prediv_cond_width, \ 426 .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_a13.c | 270 .cond_width = 2, 307 .cond_width = 2,
|
| H A D | ccu_sun8i_r.c | 140 .cond_width = 2,
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | term.c | 35 static size_t cond_width(const struct termp *, int, int *); 906 cond_width(const struct termp *p, int c, int *skip) in cond_width() function 937 sz += cond_width(p, *cp++, &skip); in term_strlen() 961 sz += cond_width(p, uc, &skip); in term_strlen() 1016 sz += cond_width(p, uc, &skip); in term_strlen() 1035 sz += cond_width(p, ' ', &skip); in term_strlen() 1039 sz += cond_width(p, '-', &skip); in term_strlen()
|