Searched refs:abp_misc_res (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/nvidia/ |
H A D | tegra_abpmisc.c | 59 #define ABP_RD4(_sc, _r) bus_read_4((_sc)->abp_misc_res, (_r)) 71 struct resource *abp_misc_res; member 130 sc->abp_misc_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in tegra_abpmisc_attach() 132 if (sc->abp_misc_res == NULL) { in tegra_abpmisc_attach() 148 if (sc->abp_misc_res != NULL) { in tegra_abpmisc_attach() 149 bus_release_resource(dev, SYS_RES_MEMORY, 0, sc->abp_misc_res); in tegra_abpmisc_attach() 150 sc->abp_misc_res = NULL; in tegra_abpmisc_attach() 157 if (sc->abp_misc_res != NULL) in tegra_abpmisc_attach() 158 bus_release_resource(dev, SYS_RES_MEMORY, 0, sc->abp_misc_res); in tegra_abpmisc_attach() 176 if (sc->abp_misc_res != NULL) in tegra_abpmisc_detach() [all …]
|