/src/sys/arch/arm/amlogic/ |
meson_thermal.c | 184 bus_size_t size, aosize; local in function:meson_thermal_attach 202 if (fdtbus_get_reg(phandle_aosec, 0, &addr, &aosize) != 0) { 206 if (bus_space_map(sc->sc_bst, addr, aosize, 0, &sc->sc_bsh_ao) != 0) { 239 bus_space_unmap(sc->sc_bst, sc->sc_bsh_ao, aosize);
|
meson_thermal.c | 184 bus_size_t size, aosize; local in function:meson_thermal_attach 202 if (fdtbus_get_reg(phandle_aosec, 0, &addr, &aosize) != 0) { 206 if (bus_space_map(sc->sc_bst, addr, aosize, 0, &sc->sc_bsh_ao) != 0) { 239 bus_space_unmap(sc->sc_bst, sc->sc_bsh_ao, aosize);
|
meson_thermal.c | 184 bus_size_t size, aosize; local in function:meson_thermal_attach 202 if (fdtbus_get_reg(phandle_aosec, 0, &addr, &aosize) != 0) { 206 if (bus_space_map(sc->sc_bst, addr, aosize, 0, &sc->sc_bsh_ao) != 0) { 239 bus_space_unmap(sc->sc_bst, sc->sc_bsh_ao, aosize);
|