Searched refs:abp_misc_res (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_abpmisc.c | 61 #define ABP_RD4(_sc, _r) bus_read_4((_sc)->abp_misc_res, (_r)) 73 struct resource *abp_misc_res; member 132 sc->abp_misc_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in tegra_abpmisc_attach() 134 if (sc->abp_misc_res == NULL) { in tegra_abpmisc_attach() 150 if (sc->abp_misc_res != NULL) { in tegra_abpmisc_attach() 151 bus_release_resource(dev, SYS_RES_MEMORY, 0, sc->abp_misc_res); in tegra_abpmisc_attach() 152 sc->abp_misc_res = NULL; in tegra_abpmisc_attach() 159 if (sc->abp_misc_res != NULL) in tegra_abpmisc_attach() 160 bus_release_resource(dev, SYS_RES_MEMORY, 0, sc->abp_misc_res); in tegra_abpmisc_attach() 173 if (sc->abp_misc_res != NULL) in tegra_abpmisc_detach() [all …]
|