Home
last modified time | relevance | path

Searched refs:SD (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/freebsd/sys/dev/mmc/
H A Dmmcbus_if.m26 # the SD Simplified Specification. The following disclaimer may apply:
29 # specification ("Simplified Specification") by the SD Card Association and
30 # the SD Group. The Simplified Specification is a subset of the complete SD
31 # Specification which is owned by the SD Card Association and the SD
34 # Simplified Specification may require a license from the SD Card
35 # Association, SD Group, SD-3C LLC or other third parties.
40 # as a standard specification for SD Cards and SD Host/Ancillary products and
42 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD
44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third
47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing
[all …]
H A Dmmcbr_if.m26 # the SD Simplified Specification. The following disclaimer may apply:
29 # specification ("Simplified Specification") by the SD Card Association and
30 # the SD Group. The Simplified Specification is a subset of the complete SD
31 # Specification which is owned by the SD Card Association and the SD
34 # Simplified Specification may require a license from the SD Card
35 # Association, SD Group, SD-3C LLC or other third parties.
40 # as a standard specification for SD Cards and SD Host/Ancillary products and
42 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD
44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third
47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing
[all …]
/freebsd/sys/dev/sdhci/
H A Dsdhci_if.m26 # the SD Simplified Specification. The following disclaimer may apply:
29 # specification ("Simplified Specification") by the SD Card Association and
30 # the SD Group. The Simplified Specification is a subset of the complete SD
31 # Specification which is owned by the SD Card Association and the SD
34 # Simplified Specification may require a license from the SD Card
35 # Association, SD Group, SD-3C LLC or other third parties.
40 # as a standard specification for SD Cards and SD Host/Ancillary products and
42 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD
44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third
47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp171 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); in getRegionValueSymbol() local
172 if (!SD) { in getRegionValueSymbol()
173 SD = new (BPAlloc) SymbolRegionValue(SymbolCounter, R); in getRegionValueSymbol()
174 DataSet.InsertNode(SD, InsertPos); in getRegionValueSymbol()
178 return cast<SymbolRegionValue>(SD); in getRegionValueSymbol()
189 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); in conjureSymbol() local
190 if (!SD) { in conjureSymbol()
191 SD = new (BPAlloc) SymbolConjured(SymbolCounter, E, LCtx, T, Count, SymbolTag); in conjureSymbol()
192 DataSet.InsertNode(SD, InsertPos); in conjureSymbol()
196 return cast<SymbolConjured>(SD); in conjureSymbol()
[all …]
/freebsd/crypto/openssl/test/
H A Dsimpledynamic.c18 int sd_load(const char *filename, SD *lib, int type) in sd_load()
29 int sd_sym(SD lib, const char *symname, SD_SYM *sym) in sd_sym()
35 int sd_close(SD lib) in sd_close()
47 int sd_load(const char *filename, SD *lib, ossl_unused int type) in sd_load()
53 int sd_sym(SD lib, const char *symname, SD_SYM *sym) in sd_sym()
59 int sd_close(SD lib) in sd_close()
H A Dsimpledynamic.h28 typedef void *SD; typedef
39 typedef HINSTANCE SD; typedef
45 int sd_load(const char *filename, SD *sd, int type);
46 int sd_sym(SD sd, const char *symname, SD_SYM *sym);
47 int sd_close(SD lib);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp612 const ConstantSDNode *SD = cast<ConstantSDNode>(N0); in EmitSubregNode() local
613 MIB.addImm(SD->getZExtValue()); in EmitSubregNode()
705 InstrEmitter::EmitDbgValue(SDDbgValue *SD, in EmitDbgValue() argument
707 DebugLoc DL = SD->getDebugLoc(); in EmitDbgValue()
708 assert(cast<DILocalVariable>(SD->getVariable()) in EmitDbgValue()
712 SD->setIsEmitted(); in EmitDbgValue()
714 assert(!SD->getLocationOps().empty() && in EmitDbgValue()
717 if (SD->isInvalidated()) in EmitDbgValue()
718 return EmitDbgNoLocation(SD); in EmitDbgValue()
722 if (auto *InstrRef = EmitDbgInstrRef(SD, VRBaseMap)) in EmitDbgValue()
[all …]
H A DInstrEmitter.h117 MachineInstr *EmitDbgValue(SDDbgValue *SD,
123 MachineInstr *EmitDbgInstrRef(SDDbgValue *SD,
127 MachineInstr *EmitDbgNoLocation(SDDbgValue *SD);
130 MachineInstr *EmitDbgValueList(SDDbgValue *SD,
134 MachineInstr *EmitDbgValueFromSingleOp(SDDbgValue *SD,
138 MachineInstr *EmitDbgLabel(SDDbgLabel *SD);
H A DStatepointLowering.cpp569 auto canPassGCPtrOnVReg = [&](SDValue SD) { in lowerStatepointMetaArgs() argument
570 if (SD.getValueType().isVector()) in lowerStatepointMetaArgs()
572 if (LPadPointers.count(SD)) in lowerStatepointMetaArgs()
574 return !willLowerDirectly(SD); in lowerStatepointMetaArgs()
853 for (auto SD : LoweredGCArgs) { in LowerAsSTATEPOINT() local
854 if (!LowerAsVReg.count(SD)) in LowerAsSTATEPOINT()
856 NodeTys.push_back(SD.getValueType()); in LowerAsSTATEPOINT()
874 SDValue SD = getValue(Derived); in LowerAsSTATEPOINT() local
875 if (!LowerAsVReg.count(SD)) in LowerAsSTATEPOINT()
878 SDValue Relocated = SDValue(StatepointMCNode, LowerAsVReg[SD]); in LowerAsSTATEPOINT()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dauto_replace_002_pos.ksh98 SD=$(get_debug_device)
99 SD_DEVICE_ID=$(get_persistent_disk_name $SD)
100 SD_HOST=$(get_scsi_host $SD)
106 SD_DEVICE=$(udevadm info -q all -n $DEV_DSKDIR/$SD | \
141 remove_disk $SD
164 insert_disk $SD $SD_HOST
167 SD_DEVICE_ID=$(get_persistent_disk_name $SD)
H A Dauto_replace_001_pos.ksh68 SD=$(get_debug_device)
69 SD_DEVICE_ID=$(get_persistent_disk_name $SD)
70 SD_HOST=$(get_scsi_host $SD)
76 SD_DEVICE=$(udevadm info -q all -n $DEV_DSKDIR/$SD | \
108 remove_disk $SD
117 insert_disk $SD $SD_HOST
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ull-dhcom-som-cfg-sdcard.dtsi7 * Special SoM configuration: SD card
9 * Enabled: Micro SD card on module or
10 * external SD card via DHCOM depends on hardware variant
17 * To use usdhc1 as SD card, the WiFi node must be deleted. The associated
44 /* Micro SD card on module or external SD card via DHCOM */
H A Dimx6qdl-dhcom-drc02.dtsi13 * Special SoM hardware required which uses the pins from micro SD card. The
15 * Tx and Rx are routed to the DHCOM UART1 rts/cts pins. Therefore the micro SD
102 &usdhc2 { /* SD card */
108 * Due to the use of can2 the micro SD card on module have to be
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp319 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, in isAcceptableNestedNameSpecifier() argument
321 if (!SD) in isAcceptableNestedNameSpecifier()
324 SD = SD->getUnderlyingDecl(); in isAcceptableNestedNameSpecifier()
327 if (isa<NamespaceDecl>(SD)) in isAcceptableNestedNameSpecifier()
330 if (!isa<TypeDecl>(SD)) in isAcceptableNestedNameSpecifier()
335 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD)); in isAcceptableNestedNameSpecifier()
338 if (const TypedefNameDecl *TD = dyn_cast<TypedefNameDecl>(SD)) { in isAcceptableNestedNameSpecifier()
347 } else if (isa<RecordDecl>(SD)) { in isAcceptableNestedNameSpecifier()
349 } else if (isa<EnumDecl>(SD)) { in isAcceptableNestedNameSpecifier()
576 NamedDecl *SD = in BuildCXXNestedNameSpecifier() local
[all …]
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dste-dma40.txt63 1: SD/MMC controller 0 (unused)
64 2: SD/MMC controller 1 (unused)
65 3: SD/MMC controller 2 (unused)
90 28: SD/MM controller 2
91 29: SD/MM controller 0
94 32: SD/MM controller 1
103 41: SD/MM controller 3
104 42: SD/MM controller 4
105 43: SD/MM controller 5
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsamsung,s3cmci.txt1 * Samsung's S3C24XX MMC/SD/SDIO controller device tree bindings
3 Samsung's S3C24XX MMC/SD/SDIO controller is used as a connectivity interface
4 with external MMC, SD and SDIO storage mediums.
7 mmc.txt and the properties used by the Samsung S3C24XX MMC/SD/SDIO controller
H A Dsdhci-sprd.txt3 The Secure Digital (SD) Host controller on Spreadtrum SoCs provides an interface
4 for MMC, SD and SDIO types of cards.
34 - sprd,phy-delay-sd-highspeed: Delay value for SD high-speed timing.
35 - sprd,phy-delay-sd-uhs-sdr50: Delay value for SD UHS SDR50 timing.
36 - sprd,phy-delay-sd-uhs-sdr104: Delay value for SD UHS SDR50 timing.
H A Dmmci.txt4 reading and writing to MultiMedia and SD cards alike.
13 as the VCC/VDD supply in the eMMC/SD specs.
21 as the VCCQ/VDD_IO supply in the eMMC/SD specs.
42 - mmc-cap-sd-highspeed : indicates whether SD is high speed capable.
H A Dmarvell,xenon-sdhci.txt53 All those types of PHYs can support eMMC, SD and SDIO.
85 always occur with PHY enabled in eMMC HS SDR, SD SDR12, SD SDR25,
86 SD Default Speed and HS mode and eMMC legacy speed mode.
124 - For SD/SDIO:
159 - For SD/SDIO with compatible "marvell,armada-3700-sdhci":
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,lpass-cpu.txt42 By default, the driver uses up to 4 MI2S SD lines, for a total of 8 channels.
43 The SD lines to use can be configured by adding subnodes for each of the DAIs.
49 Each SD line should be represented by a number from 0-3.
51 Each SD line should be represented by a number from 0-3.
74 /* Optional to set different MI2S SD lines */
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dadv7343.txt6 definition (SD), enhanced definition (ED), or high definition (HD) video
22 - ad,adv7343-sd-config-dac-out: array configure SD DAC Output's 1 and 2, 0 = OFF
42 /* Use SD DAC output 1 */
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-openrd.dtsi79 * (serial@12100) and SD (mvsdio@90000).
82 * High: SD
88 output-high; /* Select SD by default */
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPNodes.def22 /// \p SDNAME is the generic SD opcode corresponding to \p VVPName.
29 /// \p SDNAME is the generic SD opcode corresponding to \p VVPName.
37 /// \p SDNAME is the generic SD opcode corresponding to \p VVPName.
46 /// \p SDNAME is the generic SD opcode corresponding to \p VVPName.
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra194-p3668-0000.dtsi5 model = "NVIDIA Jetson Xavier NX (SD-card)";
13 /* SDMMC1 (SD/MMC) */
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1493 auto AddSection = [&](SecDesc &SD, jitlink::Section &GraphSec) { in populateObjCRuntimeObject() argument
1496 memset(&SD.Sec, 0, sizeof(MachO::section_64)); in populateObjCRuntimeObject()
1497 memcpy(SD.Sec.sectname, FQName.drop_front(7).data(), FQName.size() - 7); in populateObjCRuntimeObject()
1498 memcpy(SD.Sec.segname, FQName.data(), 6); in populateObjCRuntimeObject()
1499 SD.Sec.addr = SR.getStart() - SecBlock.getAddress(); in populateObjCRuntimeObject()
1500 SD.Sec.size = SR.getSize(); in populateObjCRuntimeObject()
1501 SD.Sec.flags = MachO::S_REGULAR; in populateObjCRuntimeObject()
1507 auto &SD = DataSections.back(); in populateObjCRuntimeObject() local
1508 memset(&SD.Sec, 0, sizeof(SD.Sec)); in populateObjCRuntimeObject()
1509 memcpy(SD.Sec.sectname, "__objc_imageinfo", 16); in populateObjCRuntimeObject()
[all …]

12345678910>>...19