HomeSort by: relevance | last modified time | path
    Searched defs:aux_base (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/acpi/
qcomsmem.c 41 uint32_t aux_base; member in struct:qcsmem_global_entry
457 uint32_t aux_base; local in function:qcsmem_get_global
464 aux_base = entry->aux_base & QCSMEM_GLOBAL_ENTRY_AUX_BASE_MASK;
465 if (aux_base != 0 && aux_base != sc->sc_aux_base)
qcomsmem.c 41 uint32_t aux_base; member in struct:qcsmem_global_entry
457 uint32_t aux_base; local in function:qcsmem_get_global
464 aux_base = entry->aux_base & QCSMEM_GLOBAL_ENTRY_AUX_BASE_MASK;
465 if (aux_base != 0 && aux_base != sc->sc_aux_base)

Completed in 49 milliseconds