Searched refs:cond_width (Results 1 – 6 of 6) sorted by relevance
| /freebsd-head/sys/dev/clk/allwinner/ |
| HD | 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()
|
| HD | aw_clk.h | 84 uint32_t cond_width; member 495 .prediv.cond_width = _prediv_cond_width, \ 524 .prediv.cond_width = 0, \
|
| HD | 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()
|
| HD | ccu_sun8i_r.c | 135 .cond_width = 2,
|
| HD | ccu_a13.c | 265 .cond_width = 2, 302 .cond_width = 2,
|
| /freebsd-head/contrib/mandoc/ |
| HD | term.c | 35 static size_t cond_width(const struct termp *, int, int *); 962 cond_width(const struct termp *p, int c, int *skip) in cond_width() function 993 sz += cond_width(p, *cp++, &skip); in term_strlen() 1017 sz += cond_width(p, uc, &skip); in term_strlen() 1072 sz += cond_width(p, uc, &skip); in term_strlen() 1091 sz += cond_width(p, ' ', &skip); in term_strlen() 1095 sz += cond_width(p, '-', &skip); in term_strlen()
|