Home
last modified time | relevance | path

Searched refs:aux_mem (Results 1 – 1 of 1) sorted by relevance

/src/sys/arm/nvidia/
H A Dtegra_ahci.c232 struct resource *aux_mem; member
577 if (sc->aux_mem != NULL) { in tegra_ahci_ctrl_init()
578 val = bus_read_4(sc->aux_mem, SATA_AUX_MISC_CNTL_1); in tegra_ahci_ctrl_init()
580 bus_write_4(sc->aux_mem, SATA_AUX_MISC_CNTL_1, val); in tegra_ahci_ctrl_init()
689 sc->aux_mem = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in tegra_ahci_attach()