Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/altera/avgen/
Daltera_avgen.c94 width = sc->avg_width; in altera_avgen_read()
156 width = sc->avg_width; in altera_avgen_write()
258 switch (sc->avg_width) { in altera_avgen_process_options()
269 ALTERA_AVALON_STR_WIDTH, sc->avg_width); in altera_avgen_process_options()
Daltera_avgen_nexus.c84 sc->avg_width = 1; in altera_avgen_nexus_attach()
86 ALTERA_AVALON_STR_WIDTH, &sc->avg_width); in altera_avgen_nexus_attach()
Daltera_avgen_fdt.c97 sc->avg_width = 1; in altera_avgen_fdt_attach()
100 sc->avg_width = cell; in altera_avgen_fdt_attach()
Daltera_avgen.h54 u_int avg_width; member