Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c815 SwConfig.FWConfig = 0; in tdsaLoLevelGetResource()
1967 SwConfig.FWConfig = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource()
1971 SwConfig.FWConfig = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaLoLevelGetResource()
H A Dtdport.c199 SwConfig->FWConfig = 0; in tdsaGetSwConfigParams()
1341 SwConfig->FWConfig = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams()
1345 SwConfig->FWConfig = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams()
4293 tdsaAllShared->SwConfig.FWConfig = 0; in tiCOMPortInit()
4301 TI_DBG1(("tiCOMPortInit: SwConfig->FWConfig 0x%x\n", tdsaAllShared->SwConfig.FWConfig)); in tiCOMPortInit()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2348 bit32 FWConfig; member
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c1578 mpiConfig->mainConfig.custset = swConfig->FWConfig; in siConfiguration()
1580 …iConfiguration:custset %8X %8X\n",mpiConfig->mainConfig.custset,swConfig->FWConfig)); in siConfiguration()