Home
last modified time | relevance | path

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

12345678910>>...21

/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/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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dauto_replace_002_pos.ksh99 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 Dauto_replace_001_pos.ksh69 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 DInstrEmitter.cpp608 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 DInstrEmitter.h120 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 DStatepointLowering.cpp568 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 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/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp314 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 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 Dadi,adv7343.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 */
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/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/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/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp136 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()

12345678910>>...21