Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/
H A Dmv_cp110_clock.c96 static struct cp110_gate cp110_gates[] = { variable
232 for (i = 0; i < nitems(cp110_gates); i++) { in mv_cp110_clock_attach()
233 if (cp110_gates[i].name == NULL) in mv_cp110_clock_attach()
238 def.clkdef.name = mv_cp110_clock_name(dev, cp110_gates[i].name); in mv_cp110_clock_attach()
241 def.shift = cp110_gates[i].shift; in mv_cp110_clock_attach()