Searched refs:i_width (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/dev/clk/ |
| H A D | clk_div.c | 61 uint32_t i_width; member 252 sc->i_width = clkdef->i_width; in clknode_div_register() 253 sc->i_mask = (1 << clkdef->i_width) - 1; in clknode_div_register()
|
| H A D | clk_div.h | 44 uint32_t i_width; /* Width of div bit field */ member
|
| /freebsd/sys/arm/ti/clk/ |
| H A D | ti_divider_clock.c | 170 sc->div_def.i_width = fls(ti_max_div-1); in ti_divider_attach() 172 sc->div_def.i_width = fls(ti_max_div); in ti_divider_attach() 174 DPRINTF(sc->sc_dev, "div_def.i_width %x\n", sc->div_def.i_width); in ti_divider_attach()
|
| /freebsd/sys/arm/mv/clk/ |
| H A D | periph.h | 74 .clk_def.full_dd.div1.i_width = 0x3, \ 82 .clk_def.full_dd.div2.i_width = 0x3, \ 116 .clk_def.full_d.div.i_width = 0x3, \ 149 .clk_def.cpu.div.i_width = 0x3, \ 192 .clk_def.mdd.div1.i_width = 0x3, \ 200 .clk_def.mdd.div2.i_width = 0x3, \
|
| /freebsd/sys/dev/clk/allwinner/ |
| H A D | ccu_a13.c | 217 .i_width = 2, 230 .i_width = 2, 279 .i_shift = 0, .i_width = 2, 323 .i_shift = 8, .i_width = 2,
|
| H A D | aw_clk.h | 582 .i_width = _i_width, \
|
| /freebsd/sys/arm64/nvidia/tegra210/ |
| H A D | tegra210_car.c | 87 .i_width = 7, \ 102 .i_width = w, \
|
| H A D | tegra210_clk_pll.c | 174 .i_width = 7, \ 189 .i_width = 5, \ 203 .i_width = n, \
|
| /freebsd/sys/arm/nvidia/tegra124/ |
| H A D | tegra124_car.c | 86 .i_width = 7, \ 101 .i_width = w, \
|
| /freebsd/sys/arm64/freescale/imx/ |
| H A D | imx_ccm.h | 220 .i_width = _width, \
|
| /freebsd/sys/arm64/qoriq/clk/ |
| H A D | ls1028a_flexspi_clk.c | 205 sc->clk_def.i_width = 5; in ls1028a_flexspi_clk_attach()
|