Searched refs:hpp_mem_start (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/ed/
H A Dif_ed.c353 sc->hpp_mem_start ? "memory mapped" : "regular");
H A Dif_ed_hpp.c244 sc->hpp_mem_start = NULL;/* no memory mapped I/O by default */
282 sc->hpp_mem_start = rman_get_virtual(sc->mem_res);
435 if (sc->hpp_mem_start) {
444 (uint32_t *) sc->hpp_mem_start;
463 (u_short *) sc->hpp_mem_start;
482 (volatile u_short *) sc->hpp_mem_start;
521 if (sc->hpp_mem_start) {
523 volatile u_short *d = (u_short *) sc->hpp_mem_start;
564 (volatile u_short *) sc->hpp_mem_start;
580 if (sc->hpp_mem_start) /* enabl
[all...]
H A Dif_edvar.h92 caddr_t hpp_mem_start; /* Memory-mapped IO register address */ member in struct:ed_softc

Completed in 81 milliseconds