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

  /src/sys/arch/arm/pci/
pci_smccc.c 55 static int smccc_ver; local in function:pci_smccc_call
57 if (smccc_ver == 0) {
58 smccc_ver = smccc_version();
60 if (smccc_ver < SMCCC_VERSION_1_1) {

Completed in 10 milliseconds