Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/altera/avgen/
HDaltera_avgen.c93 width = sc->avg_width; in altera_avgen_read()
155 width = sc->avg_width; in altera_avgen_write()
257 switch (sc->avg_width) { in altera_avgen_process_options()
268 ALTERA_AVALON_STR_WIDTH, sc->avg_width); in altera_avgen_process_options()
HDaltera_avgen_nexus.c83 sc->avg_width = 1; in altera_avgen_nexus_attach()
85 ALTERA_AVALON_STR_WIDTH, &sc->avg_width); in altera_avgen_nexus_attach()
HDaltera_avgen_fdt.c96 sc->avg_width = 1; in altera_avgen_fdt_attach()
99 sc->avg_width = cell; in altera_avgen_fdt_attach()
HDaltera_avgen.h54 u_int avg_width; member