Searched refs:i_width (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/sys/dev/extres/clk/ |
| H A D | clk_div.c | 62 uint32_t i_width; member 253 sc->i_width = clkdef->i_width; in clknode_div_register() 254 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-14.2/sys/arm/ti/clk/ |
| H A D | ti_divider_clock.c | 171 sc->div_def.i_width = fls(ti_max_div-1); in ti_divider_attach() 173 sc->div_def.i_width = fls(ti_max_div); in ti_divider_attach() 175 DPRINTF(sc->sc_dev, "div_def.i_width %x\n", sc->div_def.i_width); in ti_divider_attach()
|
| /freebsd-14.2/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-14.2/sys/arm/allwinner/clkng/ |
| H A D | ccu_a13.c | 218 .i_width = 2, 231 .i_width = 2, 280 .i_shift = 0, .i_width = 2, 324 .i_shift = 8, .i_width = 2,
|
| H A D | aw_clk.h | 582 .i_width = _i_width, \
|
| /freebsd-14.2/sys/arm64/nvidia/tegra210/ |
| H A D | tegra210_car.c | 88 .i_width = 7, \ 103 .i_width = w, \
|
| H A D | tegra210_clk_pll.c | 175 .i_width = 7, \ 190 .i_width = 5, \ 204 .i_width = n, \
|
| /freebsd-14.2/sys/arm/nvidia/tegra124/ |
| H A D | tegra124_car.c | 87 .i_width = 7, \ 102 .i_width = w, \
|
| /freebsd-14.2/sys/arm64/freescale/imx/ |
| H A D | imx_ccm_clk.h | 206 .i_width = _width, \
|
| /freebsd-14.2/sys/arm64/qoriq/clk/ |
| H A D | ls1028a_flexspi_clk.c | 205 sc->clk_def.i_width = 5; in ls1028a_flexspi_clk_attach()
|