Home
last modified time | relevance | path

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

/freebsd/sys/dev/altera/avgen/
H A Daltera_avgen_fdt.c77 char *str_fileio, *str_geomio, *str_mmapio; in altera_avgen_fdt_attach() local
93 str_mmapio = NULL; in altera_avgen_fdt_attach()
105 (void **)&str_mmapio); in altera_avgen_fdt_attach()
119 error = altera_avgen_attach(sc, str_fileio, str_geomio, str_mmapio, in altera_avgen_fdt_attach()
128 if (str_mmapio != NULL) in altera_avgen_fdt_attach()
129 OF_prop_free(str_mmapio); in altera_avgen_fdt_attach()
H A Daltera_avgen_nexus.c66 const char *str_fileio, *str_geomio, *str_mmapio; in altera_avgen_nexus_attach() local
80 str_mmapio = NULL; in altera_avgen_nexus_attach()
95 device_get_unit(dev), ALTERA_AVALON_STR_MMAPIO, &str_mmapio); in altera_avgen_nexus_attach()
109 error = altera_avgen_attach(sc, str_fileio, str_geomio, str_mmapio, in altera_avgen_nexus_attach()
H A Daltera_avgen.c333 const char *str_fileio, const char *str_geomio, const char *str_mmapio, in altera_avgen_process_options() argument
342 if (str_fileio == NULL && str_geomio == NULL && str_mmapio == NULL) { in altera_avgen_process_options()
355 if (str_geomio != NULL && (str_fileio != NULL || str_mmapio != NULL)) { in altera_avgen_process_options()
428 if (str_mmapio != NULL) { in altera_avgen_process_options()
429 for (cp = str_mmapio; *cp != '\0'; cp++) { in altera_avgen_process_options()
457 const char *str_geomio, const char *str_mmapio, const char *str_devname, in altera_avgen_attach() argument
464 str_mmapio, str_devname, devunit); in altera_avgen_attach()
468 if (rman_get_size(sc->avg_res) >= PAGE_SIZE || str_mmapio != NULL) { in altera_avgen_attach()
H A Daltera_avgen.h93 const char *str_mmapio, const char *str_devname, int devunit);