| /freebsd/sys/dev/mmc/ |
| H A D | mmcbus_if.m | 26 # 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 D | mmcbr_if.m | 26 # 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 D | sdhci_if.m | 26 # 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/crypto/openssl/test/ |
| H A D | simpledynamic.c | 18 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 D | simpledynamic.h | 28 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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
| H A D | auto_replace_002_pos.ksh | 99 SD=$(get_debug_device) 100 SD_DEVICE_ID=$(get_persistent_disk_name $SD) 101 SD_HOST=$(get_scsi_host $SD) 107 SD_DEVICE=$(udevadm info -q all -n $DEV_DSKDIR/$SD | \ 142 remove_disk $SD 165 insert_disk $SD $SD_HOST 168 SD_DEVICE_ID=$(get_persistent_disk_name $SD)
|
| H A D | auto_replace_001_pos.ksh | 69 SD=$(get_debug_device) 70 SD_DEVICE_ID=$(get_persistent_disk_name $SD) 71 SD_HOST=$(get_scsi_host $SD) 77 SD_DEVICE=$(udevadm info -q all -n $DEV_DSKDIR/$SD | \ 109 remove_disk $SD 118 insert_disk $SD $SD_HOST
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 608 const ConstantSDNode *SD = cast<ConstantSDNode>(N0); in EmitSubregNode() local 609 MIB.addImm(SD->getZExtValue()); in EmitSubregNode() 701 InstrEmitter::EmitDbgValue(SDDbgValue *SD, in EmitDbgValue() argument 703 DebugLoc DL = SD->getDebugLoc(); in EmitDbgValue() 704 assert(cast<DILocalVariable>(SD->getVariable()) in EmitDbgValue() 708 SD->setIsEmitted(); in EmitDbgValue() 710 assert(!SD->getLocationOps().empty() && in EmitDbgValue() 713 if (SD->isInvalidated()) in EmitDbgValue() 714 return EmitDbgNoLocation(SD); in EmitDbgValue() 718 if (auto *InstrRef = EmitDbgInstrRef(SD, VRBaseMap)) in EmitDbgValue() [all …]
|
| H A D | InstrEmitter.h | 120 MachineInstr *EmitDbgValue(SDDbgValue *SD, VRBaseMapType &VRBaseMap); 125 MachineInstr *EmitDbgInstrRef(SDDbgValue *SD, VRBaseMapType &VRBaseMap); 128 MachineInstr *EmitDbgNoLocation(SDDbgValue *SD); 131 MachineInstr *EmitDbgValueList(SDDbgValue *SD, VRBaseMapType &VRBaseMap); 134 MachineInstr *EmitDbgValueFromSingleOp(SDDbgValue *SD, 138 MachineInstr *EmitDbgLabel(SDDbgLabel *SD);
|
| H A D | StatepointLowering.cpp | 568 auto canPassGCPtrOnVReg = [&](SDValue SD) { in lowerStatepointMetaArgs() argument 569 if (SD.getValueType().isVector()) in lowerStatepointMetaArgs() 571 if (LPadPointers.count(SD)) in lowerStatepointMetaArgs() 573 return !willLowerDirectly(SD); in lowerStatepointMetaArgs() 852 for (auto SD : LoweredGCArgs) { in LowerAsSTATEPOINT() local 853 if (!LowerAsVReg.count(SD)) in LowerAsSTATEPOINT() 855 NodeTys.push_back(SD.getValueType()); in LowerAsSTATEPOINT() 873 SDValue SD = getValue(Derived); in LowerAsSTATEPOINT() local 874 auto It = LowerAsVReg.find(SD); in LowerAsSTATEPOINT() 883 SDValue Res = StatepointLowering.getLocation(SD); in LowerAsSTATEPOINT() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6ull-dhcom-som-cfg-sdcard.dtsi | 7 * 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 D | imx6qdl-dhcom-drc02.dtsi | 13 * 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/sys/contrib/device-tree/Bindings/dma/ |
| H A D | ste-dma40.txt | 63 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/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 314 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, in isAcceptableNestedNameSpecifier() argument 316 if (!SD) in isAcceptableNestedNameSpecifier() 319 SD = SD->getUnderlyingDecl(); in isAcceptableNestedNameSpecifier() 322 if (isa<NamespaceDecl>(SD)) in isAcceptableNestedNameSpecifier() 325 if (!isa<TypeDecl>(SD)) in isAcceptableNestedNameSpecifier() 330 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD)); in isAcceptableNestedNameSpecifier() 333 if (const TypedefNameDecl *TD = dyn_cast<TypedefNameDecl>(SD)) { in isAcceptableNestedNameSpecifier() 342 } else if (isa<RecordDecl>(SD)) { in isAcceptableNestedNameSpecifier() 344 } else if (isa<EnumDecl>(SD)) { in isAcceptableNestedNameSpecifier() 571 NamedDecl *SD = in BuildCXXNestedNameSpecifier() local [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | samsung,s3cmci.txt | 1 * 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 D | sdhci-sprd.txt | 3 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 D | mmci.txt | 4 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 D | marvell,xenon-sdhci.txt | 53 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 D | qcom,lpass-cpu.txt | 42 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 D | adi,adv7343.txt | 6 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 */
|
| H A D | adv7343.txt | 6 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 D | kirkwood-openrd.dtsi | 79 * (serial@12100) and SD (mvsdio@90000). 82 * High: SD 88 output-high; /* Select SD by default */
|
| /freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
| H A D | tegra194-p3668-0000.dtsi | 5 model = "NVIDIA Jetson Xavier NX (SD-card)"; 13 /* SDMMC1 (SD/MMC) */
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VVPNodes.def | 22 /// \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/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFReader.cpp | 136 const coff_aux_section_definition *SD = SymRef.getSectionDefinition(); in readSymbols() local 138 if (SD && SD->Selection == IMAGE_COMDAT_SELECT_ASSOCIATIVE && !Obj.IsPE) { in readSymbols() 139 int32_t Index = SD->getNumber(IsBigObj); in readSymbols()
|