/openbsd/sys/dev/onewire/ |
H A D | onewiredevs | 25 family DS1994 0x04 4kb NVRAM + RTC 43 family DS2415 0x24 RTC 45 family DS2417 0x27 RTC with interrupt
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | maxq.h | 539 #define RTC 0x00 /* Real Time Clock Module. */ macro 593 "RCNT", RTC, 0x19, 0x19 | MOD0, Reg_16W, MAX}, 596 "RTSS", RTC, 0x1A, 0x1A | MOD0, Reg_8W, MAX}, 599 "RTSH", RTC, 0x1b, 0x1b | MOD0, Reg_16W, MAX}, 602 "RTSL", RTC, 0x1C, 0x1C | MOD0, Reg_16W, MAX}, 605 "RSSA", RTC, 0x1D, 0x1D | MOD0, Reg_8W, MAX}, 608 "RASH", RTC, 0x1E, 0x1E | MOD0, Reg_8W, MAX}, 611 "RASL", RTC, 0x1F, 0x1F | MOD0, Reg_16W, MAX},
|
/openbsd/sys/arch/arm64/conf/ |
H A D | RAMDISK | 393 abcrtc* at iic? # Abracon x80x RTC 395 dsxrtc* at iic? # DS3231 RTC 400 islrtc* at iic? # ISL1208 RTC 401 maxrtc* at iic? # DS1307 RTC 402 mcprtc* at iic? # MCP794XX RTC 403 mfokrtc* at iic? # M41T8X RTC 407 pcfrtc* at iic? # PCF8523 RTC 408 pcxrtc* at iic? # PCF8563 RTC 409 pcyrtc* at iic? # PCF85063A/TP RTC
|
H A D | GENERIC | 571 abcrtc* at iic? # Abracon x80x RTC 574 dsxrtc* at iic? # DS3231 RTC 588 islrtc* at iic? # ISL1208 RTC 589 maxrtc* at iic? # DS1307 RTC 590 mcprtc* at iic? # MCP794XX RTC 591 mfokrtc* at iic? # M41T8X RTC 595 pcfrtc* at iic? # PCF8523 RTC 596 pcxrtc* at iic? # PCF8563 RTC 597 pcyrtc* at iic? # PCF85063A/TP RTC
|
/openbsd/sys/arch/armv7/conf/ |
H A D | GENERIC | 61 imxrtc* at fdt? # SNVS RTC 227 abcrtc* at iic? # Abracon x80x RTC 231 dsxrtc* at iic? # DS3231 RTC 232 islrtc* at iic? # ISL1208 RTC 233 maxrtc* at iic? # DS1307 RTC 234 mcprtc* at iic? # MCP794XX RTC 235 pcfrtc* at iic? # PCF8523 RTC 236 pcxrtc* at iic? # PCF8563 RTC
|
H A D | RAMDISK | 59 imxrtc* at fdt? # SNVS RTC
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 207 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in computeObjectUnderConstruction() local 209 if (!RTC) { in computeObjectUnderConstruction() 226 RTC->getConstructionContext(), CallOpts); in computeObjectUnderConstruction() 431 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in updateObjectsUnderConstruction() local 433 assert(RTC && "Could not have had a target region without it"); in updateObjectsUnderConstruction() 443 RTC->getConstructionContext(), CallOpts); in updateObjectsUnderConstruction()
|
H A D | ExprEngineCallAndReturn.cpp | 771 if (auto RTC = getCurrentCFGElement().getAs<CFGCXXRecordTypedCall>()) { in bindReturnValue() local 774 assert(RTC->getStmt() == Call.getOriginExpr()); in bindReturnValue() 778 RTC->getConstructionContext(), CallOpts); in bindReturnValue()
|
/openbsd/sys/arch/loongson/conf/ |
H A D | RAMDISK | 64 mfokrtc0 at iic0 # M41T8x RTC
|
H A D | files.loongson | 79 # Lemote Yeeloong RTC
|
H A D | GENERIC | 78 mfokrtc0 at iic0 # M41T8x RTC
|
/openbsd/sys/dev/i2c/ |
H A D | files.i2c | 262 # STMicroelectronics M41T8x RTC
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 4440 ResultTypeCompatibilityKind RTC) { in CheckObjCMethodOverrides() argument 4498 if (RTC != Sema::RTC_Incompatible && overridden->hasRelatedResultType()) in CheckObjCMethodOverrides() 5013 ResultTypeCompatibilityKind RTC in ActOnMethodDeclaration() local 5016 CheckObjCMethodOverrides(ObjCMethod, CurrentClass, RTC); in ActOnMethodDeclaration() 5023 if (!ARCError && RTC == Sema::RTC_Compatible && in ActOnMethodDeclaration()
|
/openbsd/sys/dev/fdt/ |
H A D | files.fdt | 778 # Qualcomm PMIC RTC
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | HandleLLVMOptions.cmake | 906 # Not compatible with /RTC flags. 909 string (REGEX REPLACE "(^| )/RTC[1csu]*($| )" " "
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 10569 ResultTypeCompatibilityKind RTC);
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | Options.td | 6992 def _SLASH_RTC : CLIgnoredJoined<"RTC">;
|