Home
last modified time | relevance | path

Searched refs:cond_width (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/clk/allwinner/
H A Daw_clk_prediv_mux.c158 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 Daw_clk.h84 uint32_t cond_width; member
495 .prediv.cond_width = _prediv_cond_width, \
524 .prediv.cond_width = 0, \
H A Daw_clk_nm.c333 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 Dccu_sun8i_r.c135 .cond_width = 2,
H A Dccu_a13.c265 .cond_width = 2,
302 .cond_width = 2,
/freebsd/contrib/mandoc/
H A Dterm.c35 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()