Home
last modified time | relevance | path

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

/freebsd/sys/arm/ti/clk/
H A Dti_gate_clock.c63 struct clk_gate_def gate_def; member
115 err = clknode_gate_register(sc->clkdom, &sc->gate_def); in register_clk()
148 sc->gate_def.offset = value; in ti_gate_attach()
158 sc->gate_def.shift = value; in ti_gate_attach()
159 DPRINTF(sc->sc_dev, "ti,bit-shift => shift %x\n", sc->gate_def.shift); in ti_gate_attach()
162 sc->gate_def.on_value = 0; in ti_gate_attach()
163 sc->gate_def.off_value = 1; in ti_gate_attach()
167 sc->gate_def.on_value = 1; in ti_gate_attach()
168 sc->gate_def.off_value = 0; in ti_gate_attach()
172 sc->gate_def.gate_flags = 0x0; in ti_gate_attach()
[all …]