Searched refs:i_width (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/extres/clk/
H A Dclk_div.h40 uint32_t i_width; /* Width of div bit field */ member in struct:clk_div_def
H A Dclk_div.c65 uint32_t i_width; member in struct:clknode_div_sc
211 sc->i_width = clkdef->i_width;
212 sc->i_mask = (1 << clkdef->i_width) - 1;
/freebsd-11.0-release/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c89 .i_width = 7, \
104 .i_width = w, \

Completed in 99 milliseconds