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

/freebsd-10.3-release/sys/dev/altera/avgen/
H A Daltera_avgen_fdt.c79 char *str_fileio, *str_mmapio; local
94 str_mmapio = NULL;
104 (void **)&str_mmapio);
118 error = altera_avgen_attach(sc, str_fileio, str_mmapio, str_devname,
125 if (str_mmapio != NULL)
126 free(str_mmapio, M_OFWPROP);
H A Daltera_avgen.h81 const char *str_fileio, const char *str_mmapio,
H A Daltera_avgen_nexus.c68 const char *str_fileio, *str_mmapio; local
81 str_mmapio = NULL;
94 device_get_unit(dev), ALTERA_AVALON_STR_MMAPIO, &str_mmapio); local
108 error = altera_avgen_attach(sc, str_fileio, str_mmapio, str_devname,
H A Daltera_avgen.c234 const char *str_fileio, const char *str_mmapio, const char *str_devname,
243 if (str_fileio == NULL && str_mmapio == NULL) {
292 if (str_mmapio != NULL) {
293 for (cp = str_mmapio; *cp != '\0'; cp++) {
321 const char *str_mmapio, const char *str_devname, int devunit)
326 error = altera_avgen_process_options(sc, str_fileio, str_mmapio,
331 if (rman_get_size(sc->avg_res) >= PAGE_SIZE || str_mmapio != NULL) {
233 altera_avgen_process_options(struct altera_avgen_softc *sc, const char *str_fileio, const char *str_mmapio, const char *str_devname, int devunit) argument
320 altera_avgen_attach(struct altera_avgen_softc *sc, const char *str_fileio, const char *str_mmapio, const char *str_devname, int devunit) argument

Completed in 102 milliseconds