Searched refs:legacyInt_X (Results 1 – 5 of 5) sorted by relevance
264 swConfig->legacyInt_X = 1; in saGetRequirements()1026 (!swConfig->legacyInt_X)) in saInitialize()1037 if ((swConfig->legacyInt_X > 1) || (swConfig->max_MSI_InterruptVectors > 32) || in saInitialize()1046 if ((swConfig->legacyInt_X) && (swConfig->max_MSI_InterruptVectors)) in saInitialize()1054 else if ((swConfig->legacyInt_X) && (swConfig->max_MSIX_InterruptVectors)) in saInitialize()1077 if (swConfig->legacyInt_X) in saInitialize()1106 if (swConfig->legacyInt_X ) in saInitialize()1410 SA_DBG1(("saInitialize: swConfig->legacyInt_X %X\n",swConfig->legacyInt_X)); in saInitialize()
730 …SA_DBG2(("sidump_swConfig:swConfig->legacyInt_X 0x%x\n",swConfig->legacyInt_X … in sidump_swConfig()
2191 loResource->loLevelOption.flag = SwConfig.legacyInt_X; in tdsaLoLevelGetResource()2282 loResource->loLevelOption.flag = SwConfig.legacyInt_X; in tdsaLoLevelGetResource()2373 loResource->loLevelOption.flag = SwConfig.legacyInt_X; in tdsaLoLevelGetResource()2436 loResource->loLevelOption.flag = SwConfig.legacyInt_X; in tdsaLoLevelGetResource()
3974 tdsaAllShared->SwConfig.legacyInt_X = loResource->loLevelOption.flag; in tiCOMPortInit()3977 TI_DBG2(("tiCOMPortInit: got flag - legacyInt_X %d \n", tdsaAllShared->SwConfig.legacyInt_X)); in tiCOMPortInit()3983 (tdsaAllShared->SwConfig.legacyInt_X == 0)) in tiCOMPortInit()3987 (tdsaAllShared->SwConfig.legacyInt_X == 0)) in tiCOMPortInit()3991 (tdsaAllShared->SwConfig.legacyInt_X == 0)) in tiCOMPortInit()3995 (tdsaAllShared->SwConfig.legacyInt_X != 0)) in tiCOMPortInit()
2335 bit32 legacyInt_X:1; /**< 26 Support Legacy Interrupt */ member