Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c277 (BIT(0) | BIT(1))) == TI_CACHED_MEM) { in agtiapi_InitResource()
292 TI_CACHED_MEM, in agtiapi_InitResource()
364 TI_CACHED_MEM, in agtiapi_InitResource()
431 == TI_CACHED_MEM ) { in agtiapi_InitResource()
446 TI_CACHED_MEM, in agtiapi_InitResource()
536 (BIT(0) | BIT(1)) ) == TI_CACHED_MEM ) { in agtiapi_ScopeDMARes()
574 != TI_CACHED_MEM ) { in agtiapi_ScopeDMARes()
639 if ((Type & (BIT(0) | BIT(1))) == TI_CACHED_MEM) { in agtiapi_MemAlloc()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdinit.c131 iniMem->tdCachedMem[0].type = TI_CACHED_MEM; in itdssGetResource()
148 iniMem->tdCachedMem[i].type = TI_CACHED_MEM; in itdssGetResource()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdinit.c335 tgtMem->tdMem[i].type = TI_CACHED_MEM; in ttdssGetResource()
356 tgtMem->tdMem[0].type = TI_CACHED_MEM; in ttdssGetResource()
374 tgtMem->tdMem[1].type = TI_CACHED_MEM; in ttdssGetResource()
/freebsd/sys/dev/pms/RefTisa/tisa/api/
H A Dtidefs.h86 #define TI_CACHED_MEM 0x00000001 /* cached non-DMA capable memory */ macro
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c2114 loResource->loLevelMem.mem[i].type = TI_CACHED_MEM; in tdsaLoLevelGetResource()
2143 loResource->loLevelMem.mem[i].type = TI_CACHED_MEM; in tdsaLoLevelGetResource()
2172 loResource->loLevelMem.mem[i].type = TI_CACHED_MEM; in tdsaLoLevelGetResource()
2233 loResource->loLevelMem.mem[i].type = TI_CACHED_MEM; in tdsaLoLevelGetResource()
2261 loResource->loLevelMem.mem[i].type = TI_CACHED_MEM; in tdsaLoLevelGetResource()
2324 loResource->loLevelMem.mem[i].type = TI_CACHED_MEM; in tdsaLoLevelGetResource()
2352 loResource->loLevelMem.mem[i].type = TI_CACHED_MEM; in tdsaLoLevelGetResource()
2415 loResource->loLevelMem.mem[i].type = TI_CACHED_MEM; in tdsaLoLevelGetResource()
2511 tdSharedMem->tdSharedCachedMem1.type = TI_CACHED_MEM; in tdsaSharedMemCalculate()
H A Dtdport.c4192 else if (loResource->loLevelMem.mem[i].type == TI_CACHED_MEM) in tiCOMPortInit()