Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/clk/
H A Da37x0_periph_clk_driver.c58 struct a37x0_periph_clknode_def *dev_defs; in a37x0_periph_clk_attach() local
95 dev_defs = sc->devices; in a37x0_periph_clk_attach()
98 dev_defs[i].common_def.tbgs = tbg_clocks; in a37x0_periph_clk_attach()
99 dev_defs[i].common_def.xtal = xtal_clock; in a37x0_periph_clk_attach()
100 dev_defs[i].common_def.tbg_cnt = TBG_COUNT; in a37x0_periph_clk_attach()
101 switch (dev_defs[i].type) { in a37x0_periph_clk_attach()
104 sc->clkdom, &dev_defs[i]); in a37x0_periph_clk_attach()
111 sc->clkdom, &dev_defs[i]); in a37x0_periph_clk_attach()
118 sc->clkdom, &dev_defs[i]); in a37x0_periph_clk_attach()
125 sc->clkdom, &dev_defs[i]); in a37x0_periph_clk_attach()
[all …]