Searched refs:strap_opt_res (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_abpmisc.c | 62 #define STR_RD4(_sc, _r) bus_read_4((_sc)->strap_opt_res, (_r)) 74 struct resource *strap_opt_res; member 140 sc->strap_opt_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in tegra_abpmisc_attach() 142 if (sc->strap_opt_res == NULL) { in tegra_abpmisc_attach() 161 if (sc->strap_opt_res != NULL) in tegra_abpmisc_attach() 162 bus_release_resource(dev, SYS_RES_MEMORY, 1, sc->strap_opt_res); in tegra_abpmisc_attach() 175 if (sc->strap_opt_res != NULL) in tegra_abpmisc_detach() 176 bus_release_resource(dev, SYS_RES_MEMORY, 1, sc->strap_opt_res); in tegra_abpmisc_detach()
|