Home
last modified time | relevance | path

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

/freebsd/sys/dev/altera/avgen/
H A Daltera_avgen.c98 width = sc->avg_width; in altera_avgen_read()
160 width = sc->avg_width; in altera_avgen_write()
268 switch (sc->avg_width) { in altera_avgen_disk_strategy()
289 sc->avg_width); in altera_avgen_disk_strategy()
298 switch (sc->avg_width) { in altera_avgen_disk_strategy()
319 sc->avg_width); in altera_avgen_disk_strategy()
375 switch (sc->avg_width) { in altera_avgen_process_options()
386 ALTERA_AVALON_STR_WIDTH, sc->avg_width); in altera_avgen_process_options()
H A Daltera_avgen_fdt.c96 sc->avg_width = 1; in altera_avgen_fdt_attach()
99 sc->avg_width = cell; in altera_avgen_fdt_attach()
H A Daltera_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()
H A Daltera_avgen.h55 u_int avg_width; member