Home
last modified time | relevance | path

Searched refs:RTC (Results 1 – 17 of 17) sorted by relevance

/openbsd/sys/dev/onewire/
H A Donewiredevs25 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 Dmaxq.h539 #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 DRAMDISK387 abcrtc* at iic? # Abracon x80x RTC
389 dsxrtc* at iic? # DS3231 RTC
394 islrtc* at iic? # ISL1208 RTC
395 maxrtc* at iic? # DS1307 RTC
396 mcprtc* at iic? # MCP794XX RTC
397 mfokrtc* at iic? # M41T8X RTC
401 pcfrtc* at iic? # PCF8523 RTC
402 pcxrtc* at iic? # PCF8563 RTC
403 pcyrtc* at iic? # PCF85063A/TP RTC
H A DGENERIC564 abcrtc* at iic? # Abracon x80x RTC
567 dsxrtc* at iic? # DS3231 RTC
581 islrtc* at iic? # ISL1208 RTC
582 maxrtc* at iic? # DS1307 RTC
583 mcprtc* at iic? # MCP794XX RTC
584 mfokrtc* at iic? # M41T8X RTC
588 pcfrtc* at iic? # PCF8523 RTC
589 pcxrtc* at iic? # PCF8563 RTC
590 pcyrtc* at iic? # PCF85063A/TP RTC
/openbsd/sys/arch/armv7/conf/
H A DGENERIC61 imxrtc* at fdt? # SNVS RTC
224 abcrtc* at iic? # Abracon x80x RTC
228 dsxrtc* at iic? # DS3231 RTC
229 islrtc* at iic? # ISL1208 RTC
230 maxrtc* at iic? # DS1307 RTC
231 mcprtc* at iic? # MCP794XX RTC
232 pcfrtc* at iic? # PCF8523 RTC
233 pcxrtc* at iic? # PCF8563 RTC
H A DRAMDISK59 imxrtc* at fdt? # SNVS RTC
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp207 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 DExprEngineCallAndReturn.cpp771 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 DRAMDISK64 mfokrtc0 at iic0 # M41T8x RTC
H A Dfiles.loongson79 # Lemote Yeeloong RTC
H A DGENERIC78 mfokrtc0 at iic0 # M41T8x RTC
/openbsd/sys/dev/i2c/
H A Dfiles.i2c262 # STMicroelectronics M41T8x RTC
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp4440 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 Dfiles.fdt766 # Qualcomm PMIC RTC
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake906 # Not compatible with /RTC flags.
909 string (REGEX REPLACE "(^| )/RTC[1csu]*($| )" " "
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10569 ResultTypeCompatibilityKind RTC);
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td6992 def _SLASH_RTC : CLIgnoredJoined<"RTC">;