Home
last modified time | relevance | path

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

12345678910>>...20

/freebsd/sys/dev/mmc/
H A Dmmcbus_if.m26 # the SD Simplified Specification. The following disclaimer may apply:
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
48 # herein shall be construed as an obligation by the SD Group, the SD-3C LLC
[all …]
H A Dmmcbr_if.m26 # the SD Simplified Specification. The following disclaimer may apply:
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
48 # herein shall be construed as an obligation by the SD Group, the SD-3C LLC
[all …]
/freebsd/sys/dev/sdhci/
H A Dsdhci_if.m26 # the SD Simplified Specification. The following disclaimer may apply:
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
48 # herein shall be construed as an obligation by the SD Group, the SD-3C LLC
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp172 if (!SD) { in getRegionValueSymbol()
174 DataSet.InsertNode(SD, InsertPos); in getRegionValueSymbol()
178 return cast<SymbolRegionValue>(SD); in getRegionValueSymbol()
190 if (!SD) { in conjureSymbol()
196 return cast<SymbolConjured>(SD); in conjureSymbol()
206 if (!SD) { in getDerivedSymbol()
212 return cast<SymbolDerived>(SD); in getDerivedSymbol()
221 if (!SD) { in getExtentSymbol()
227 return cast<SymbolExtent>(SD); in getExtentSymbol()
238 if (!SD) { in getMetadataSymbol()
[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.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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp680 DebugLoc DL = SD->getDebugLoc(); in EmitDbgValue()
685 SD->setIsEmitted(); in EmitDbgValue()
690 if (SD->isInvalidated()) in EmitDbgValue()
691 return EmitDbgNoLocation(SD); in EmitDbgValue()
700 if (SD->isVariadic()) in EmitDbgValue()
783 if (SD->isVariadic()) in EmitDbgInstrRef()
790 if (SD->isIndirect()) in EmitDbgInstrRef()
794 if (!SD->isVariadic()) in EmitDbgInstrRef()
885 return EmitDbgNoLocation(SD); in EmitDbgInstrRef()
945 if (SD->isIndirect()) in EmitDbgValueFromSingleOp()
[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.cpp567 if (SD.getValueType().isVector()) in lowerStatepointMetaArgs()
569 if (LPadPointers.count(SD)) in lowerStatepointMetaArgs()
571 return !willLowerDirectly(SD); in lowerStatepointMetaArgs()
850 for (auto SD : LoweredGCArgs) { in LowerAsSTATEPOINT() local
851 if (!LowerAsVReg.count(SD)) in LowerAsSTATEPOINT()
871 SDValue SD = getValue(Derived); in LowerAsSTATEPOINT() local
872 if (!LowerAsVReg.count(SD)) in LowerAsSTATEPOINT()
889 if (VirtRegs.count(SD)) in LowerAsSTATEPOINT()
900 VirtRegs[SD] = Reg; in LowerAsSTATEPOINT()
1287 if (SD.isUndef() && SD.getValueType().getSizeInBits() <= 64) { in visitGCRelocate()
[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.
42 /* Micro SD card on module or external SD card via DHCOM */
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp351 if (!SD) in isAcceptableNestedNameSpecifier()
354 SD = SD->getUnderlyingDecl(); in isAcceptableNestedNameSpecifier()
357 if (isa<NamespaceDecl>(SD)) in isAcceptableNestedNameSpecifier()
360 if (!isa<TypeDecl>(SD)) in isAcceptableNestedNameSpecifier()
365 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD)); in isAcceptableNestedNameSpecifier()
377 } else if (isa<RecordDecl>(SD)) { in isAcceptableNestedNameSpecifier()
379 } else if (isa<EnumDecl>(SD)) { in isAcceptableNestedNameSpecifier()
641 NamedDecl *SD = in BuildCXXNestedNameSpecifier() local
692 if (auto *TD = dyn_cast_or_null<TypedefNameDecl>(SD)) in BuildCXXNestedNameSpecifier()
701 DiagnoseUseOfDecl(SD, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
[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
H A Dstericsson,dma40.yaml23 1: SD/MMC controller 0 (unused)
24 2: SD/MMC controller 1 (unused)
25 3: SD/MMC controller 2 (unused)
50 28: SD/MMC controller 2
51 29: SD/MMC controller 0
54 32: SD/MMC controller 1
63 41: SD/MMC controller 3
64 42: SD/MMC controller 4
65 43: SD/MMC controller 5
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-am654.yaml62 description: Output tap delay for SD/MMC legacy timing
74 description: Output tap delay for SD high speed timing
80 description: Output tap delay for SD UHS SDR12 timing
86 description: Output tap delay for SD UHS SDR25 timing
92 description: Output tap delay for SD UHS SDR50 timing
98 description: Output tap delay for SD UHS SDR104 timing
104 description: Output tap delay for SD UHS DDR50 timing
132 description: Input tap delay for SD/MMC legacy timing
144 description: Input tap delay for SD high speed timing
150 description: Input tap delay for SD UHS SDR12 timing
[all …]
H A Daspeed,sdhci.yaml8 title: ASPEED SD/SDIO/MMC Controller
15 The ASPEED SD/SDIO/eMMC controller exposes two slots implementing the SDIO
39 description: The SD/SDIO controller clock gate
58 description: The SD bus clock
61 description: The SD interrupt shared between both slots
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 Dcdns,sdhci.yaml7 title: Cadence SD/SDIO/eMMC Host Controller (SD4HC)
40 description: Value of the delay in the input path for SD high-speed timing
52 description: Value of the delay in the input path for SD UHS SDR12 timing
58 description: Value of the delay in the input path for SD UHS SDR25 timing
64 description: Value of the delay in the input path for SD UHS SDR50 timing
70 description: Value of the delay in the input path for SD UHS DDR50 timing
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Didt,versaclock5.yaml38 SH SP Output when the SD/OE pin is Low/High
88 shut down if the SD/OE pin is driven high. If 0, this disables the
90 the value of the SD/OE pin. This property corresponds to the SH
97 If 1, this enables output when the SD/OE pin is high, and disables
98 output when the SD/OE pin is low. If 0, this disables output when
99 the SD/OE pin is high, and enables output when the SD/OE pin is
181 /* Set the SD/OE pin's settings */
/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/soc/socionext/
H A Dsocionext,uniphier-sdctrl.yaml7 title: Socionext UniPhier SD interface logic
13 SD interface logic implemented on Socionext UniPhier SoCs is
14 attached outside SDHC, and has some SD related functions such as
H A Dsocionext,uniphier-mioctrl.yaml15 SD/eMMC, and MIO-DMAC.
18 Recent SoCs have SD interface logic specialized only for SD functions
/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 */

12345678910>>...20