Home
last modified time | relevance | path

Searched refs:DSCC (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Ddcn20_dsc.h39 SRI(DSCC_CONFIG0, DSCC, id),\
40 SRI(DSCC_CONFIG1, DSCC, id),\
41 SRI(DSCC_STATUS, DSCC, id),\
42 SRI(DSCC_INTERRUPT_CONTROL_STATUS, DSCC, id),\
43 SRI(DSCC_PPS_CONFIG0, DSCC, id),\
44 SRI(DSCC_PPS_CONFIG1, DSCC, id),\
45 SRI(DSCC_PPS_CONFIG2, DSCC, id),\
46 SRI(DSCC_PPS_CONFIG3, DSCC, id),\
47 SRI(DSCC_PPS_CONFIG4, DSCC, id),\
48 SRI(DSCC_PPS_CONFIG5, DSCC, id),\
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp124 const auto *DSCC = cast<VariableConstructionContext>(CC); in computeObjectUnderConstruction() local
125 const auto *DS = DSCC->getDeclStmt(); in computeObjectUnderConstruction()
371 const auto *DSCC = cast<VariableConstructionContext>(CC); in updateObjectsUnderConstruction() local
372 return addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, V); in updateObjectsUnderConstruction()