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

/freebsd-13-stable/sys/dev/altera/avgen/
H A Daltera_avgen_fdt.c80 char *str_fileio, *str_geomio, *str_mmapio; local
96 str_mmapio = NULL;
108 (void **)&str_mmapio);
122 error = altera_avgen_attach(sc, str_fileio, str_geomio, str_mmapio,
131 if (str_mmapio != NULL)
132 OF_prop_free(str_mmapio);
H A Daltera_avgen_nexus.c69 const char *str_fileio, *str_geomio, *str_mmapio; local
83 str_mmapio = NULL;
98 device_get_unit(dev), ALTERA_AVALON_STR_MMAPIO, &str_mmapio); local
112 error = altera_avgen_attach(sc, str_fileio, str_geomio, str_mmapio,
H A Daltera_avgen.h95 const char *str_mmapio, const char *str_devname, int devunit);
H A Daltera_avgen.c338 const char *str_fileio, const char *str_geomio, const char *str_mmapio,
347 if (str_fileio == NULL && str_geomio == NULL && str_mmapio == NULL) {
360 if (str_geomio != NULL && (str_fileio != NULL || str_mmapio != NULL)) {
433 if (str_mmapio != NULL) {
434 for (cp = str_mmapio; *cp != '\0'; cp++) {
462 const char *str_geomio, const char *str_mmapio, const char *str_devname,
469 str_mmapio, str_devname, devunit);
473 if (rman_get_size(sc->avg_res) >= PAGE_SIZE || str_mmapio != NULL) {
337 altera_avgen_process_options(struct altera_avgen_softc *sc, const char *str_fileio, const char *str_geomio, const char *str_mmapio, const char *str_devname, int devunit) argument
461 altera_avgen_attach(struct altera_avgen_softc *sc, const char *str_fileio, const char *str_geomio, const char *str_mmapio, const char *str_devname, int devunit) argument

Completed in 54 milliseconds