Home
last modified time | relevance | path

Searched +full:sd +full:- (Results 1 – 25 of 1343) sorted by relevance

12345678910>>...54

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_93cx6.c1 /*-
39 * ---------
102 CLOCK_PULSE(sd,rdy) global() argument
112 send_seeprom_cmd(struct seeprom_descriptor * sd,struct seeprom_cmd * cmd) send_seeprom_cmd() argument
138 reset_seeprom(struct seeprom_descriptor * sd) reset_seeprom() argument
156 ahc_read_seeprom(struct seeprom_descriptor * sd,uint16_t * buf,u_int start_addr,u_int count) ahc_read_seeprom() argument
228 ahc_write_seeprom(struct seeprom_descriptor * sd,uint16_t * buf,u_int start_addr,u_int count) ahc_write_seeprom() argument
[all...]
H A Daic7xxx_93cx6.h1 /*-
6 * SPDX-License-Identifier: BSD-3-Clause
22 * 3. Neither the names of the above-listed copyright holders nor the names
68 * This function will read count 16-bit words from the serial EEPROM and
73 * CS - Chip select
74 * CK - Clock
75 * DO - Data out
76 * DI - Data in
77 * RDY - SEEPROM ready
78 * MS - Memory port mode select
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_cms.in40 stat="--statistic-file=${objdir}/statfile"
55 ${hxtool} cms-create-sd \
56 --certificate=FILE:$srcdir/data/secp160r2TestClient.pem \
58 sd.data > /dev/null || exit 1
61 ${hxtool} cms-verify-sd \
62 --missing-revoke \
63 --anchors=FILE:$srcdir/data/secp160r1TestCA.cert.pem \
64 sd.data sd.data.out > /dev/null || exit 1
65 cmp "$srcdir/test_chain.in" sd.data.out || exit 1
69 ${hxtool} cms-create-sd \
[all …]
/freebsd/sys/riscv/vmm/
H A Dvmm_switch.S1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
42 sd ra, (HYP_H_RA)(a0)
43 sd sp, (HYP_H_SP)(a0)
44 sd tp, (HYP_H_TP)(a0)
45 sd gp, (HYP_H_GP)(a0)
46 sd s0, (HYP_H_S + 0 * 8)(a0)
47 sd s1, (HYP_H_S + 1 * 8)(a0)
48 sd s2, (HYP_H_S + 2 * 8)(a0)
49 sd s3, (HYP_H_S + 3 * 8)(a0)
[all …]
/freebsd/sys/geom/raid/
H A Dtr_raid1e.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
135 struct g_raid_subdisk *sd);
146 strip_size = vol->v_strip_size; in V2P()
152 *disk = (nstrip * N) % vol->v_disks_count; in V2P()
154 *offset = ((nstrip * N) / vol->v_disks_count) * strip_size; in V2P()
164 strip_size = vol->v_strip_size; in P2V()
168 nstrip = (offset / strip_size) * vol->v_disks_count + disk; in P2V()
181 if (tr->tro_volume->v_raid_level != G_RAID_VOLUME_RL_RAID1E || in g_raid_tr_taste_raid1e()
182 tr->tro_volume->v_raid_level_qualifier != G_RAID_VOLUME_RLQ_R1EA) in g_raid_tr_taste_raid1e()
[all …]
H A Dtr_raid1.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
131 struct g_raid_subdisk *sd);
139 if (tr->tro_volume->v_raid_level != G_RAID_VOLUME_RL_RAID1 || in g_raid_tr_taste_raid1()
140 (tr->tro_volume->v_raid_level_qualifier != G_RAID_VOLUME_RLQ_R1SM && in g_raid_tr_taste_raid1()
141 tr->tro_volume->v_raid_level_qualifier != G_RAID_VOLUME_RLQ_R1MM)) in g_raid_tr_taste_raid1()
143 trs->trso_starting = 1; in g_raid_tr_taste_raid1()
149 struct g_raid_subdisk *sd) in g_raid_tr_update_state_raid1() argument
157 sc = vol->v_softc; in g_raid_tr_update_state_raid1()
158 trs = (struct g_raid_tr_raid1_object *)vol->v_tr; in g_raid_tr_update_state_raid1()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_tag_mismatch_riscv64.S3 // The content of this file is RISCV64-only:
6 // The responsibility of the HWASan entry point in compiler-rt is to primarily
32 // | Stack frame space for x12 - x31.|
35 // +---------------------------------+ <-- [SP + 96]
38 // +---------------------------------+ <-- [SP + 88]
41 // +---------------------------------+ <-- [SP + 80]
44 // +---------------------------------+ <-- [SP + 72]
48 // +---------------------------------+ <-- [SP + 64]
51 // | Stack frame space for x2 - x7. |
54 // +---------------------------------+ <-- [SP + 16]
[all …]
/freebsd/sys/dev/mmc/
H A Dmmc_private.h1 /*-
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
32 * Group. This Simplified Specification is provided on a non-confidential
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
41 * is provided "AS-IS" without any representations or warranties of any
[all …]
H A Dmmcbus_if.m1 #-
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
32 # Group. This Simplified Specification is provided on a non-confidential
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
41 # is provided "AS-IS" without any representations or warranties of any
[all …]
H A Dmmc_subr.h1 /*-
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
32 * Group. This Simplified Specification is provided on a non-confidential
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
41 * is provided "AS-IS" without any representations or warranties of any
[all …]
H A Dmmcvar.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
28 * the SD Simplified Specification. The following disclaimer may apply:
31 * specification ("Simplified Specification") by the SD Card Association and
32 * the SD Group. The Simplified Specification is a subset of the complete SD
33 * Specification which is owned by the SD Card Association and the SD
34 * Group. This Simplified Specification is provided on a non-confidential
36 * Simplified Specification may require a license from the SD Card
37 * Association, SD Group, SD-3C LLC or other third parties.
42 * as a standard specification for SD Cards and SD Host/Ancillary products and
[all …]
H A Dmmcbrvar.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
28 * the SD Simplified Specification. The following disclaimer may apply:
31 * specification ("Simplified Specification") by the SD Card Association and
32 * the SD Group. The Simplified Specification is a subset of the complete SD
33 * Specification which is owned by the SD Card Association and the SD
34 * Group. This Simplified Specification is provided on a non-confidential
36 * Simplified Specification may require a license from the SD Card
37 * Association, SD Group, SD-3C LLC or other third parties.
42 * as a standard specification for SD Cards and SD Host/Ancillary products and
[all …]
H A Dmmcbr_if.m1 #-
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
32 # Group. This Simplified Specification is provided on a non-confidential
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
41 # is provided "AS-IS" without any representations or warranties of any
[all …]
H A Dbridge.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
27 * the SD Simplified Specification. The following disclaimer may apply:
30 * specification ("Simplified Specification") by the SD Card Association and
31 * the SD Group. The Simplified Specification is a subset of the complete SD
32 * Specification which is owned by the SD Card Association and the SD
33 * Group. This Simplified Specification is provided on a non-confidential
35 * Simplified Specification may require a license from the SD Card
36 * Association, SD Group, SD-3C LLC or other third parties.
41 * as a standard specification for SD Cards and SD Host/Ancillary products and
[all …]
/freebsd/sys/cam/mmc/
H A Dmmc_all.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2014-2016 Ilya Bakulin. All rights reserved.
27 * the SD Simplified Specification. The following disclaimer may apply:
30 * specification ("Simplified Specification") by the SD Card Association and
31 * the SD Group. The Simplified Specification is a subset of the complete SD
32 * Specification which is owned by the SD Card Association and the SD
33 * Group. This Simplified Specification is provided on a non-confidential
35 * Simplified Specification may require a license from the SD Card
36 * Association, SD Group, SD-3C LLC or other third parties.
[all …]
H A Dmmc.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2014-2016 Ilya Bakulin. All rights reserved.
27 * the SD Simplified Specification. The following disclaimer may apply:
30 * specification ("Simplified Specification") by the SD Card Association and
31 * the SD Group. The Simplified Specification is a subset of the complete SD
32 * Specification which is owned by the SD Card Association and the SD
33 * Group. This Simplified Specification is provided on a non-confidential
35 * Simplified Specification may require a license from the SD Card
36 * Association, SD Group, SD-3C LLC or other third parties.
[all …]
/freebsd/sys/dev/sdio/
H A Dsdiob.h1 /*-
29 * the SD Simplified Specification. The following disclaimer may apply:
32 * specification ("Simplified Specification") by the SD Card Association and
33 * the SD Group. The Simplified Specification is a subset of the complete SD
34 * Specification which is owned by the SD Card Association and the SD
35 * Group. This Simplified Specification is provided on a non-confidential
37 * Simplified Specification may require a license from the SD Card
38 * Association, SD Group, SD-3C LLC or other third parties.
43 * as a standard specification for SD Cards and SD Host/Ancillary products and
44 * is provided "AS-IS" without any representations or warranties of any
[all …]
H A Dsdio_subr.h1 /*-
3 * Copyright (c) 2018-2019 The FreeBSD Foundation
30 * the SD Simplified Specification. The following disclaimer may apply:
33 * specification ("Simplified Specification") by the SD Card Association and
34 * the SD Group. The Simplified Specification is a subset of the complete SD
35 * Specification which is owned by the SD Card Association and the SD
36 * Group. This Simplified Specification is provided on a non-confidential
38 * Simplified Specification may require a license from the SD Card
39 * Association, SD Group, SD-3C LLC or other third parties.
44 * as a standard specification for SD Cards and SD Host/Ancillary products and
[all …]
H A Dsdio_subr.c1 /*-
3 * Copyright (c) 2018-2019 The FreeBSD Foundation
30 * the SD Simplified Specification. The following disclaimer may apply:
33 * specification ("Simplified Specification") by the SD Card Association and
34 * the SD Group. The Simplified Specification is a subset of the complete SD
35 * Specification which is owned by the SD Card Association and the SD
36 * Group. This Simplified Specification is provided on a non-confidential
38 * Simplified Specification may require a license from the SD Card
39 * Association, SD Group, SD-3C LLC or other third parties.
44 * as a standard specification for SD Cards and SD Host/Ancillary products and
[all …]
/freebsd/sys/riscv/riscv/
H A Dexception.S1 /*-
2 * Copyright (c) 2015-2018 Ruslan Bukin <br@bsdpad.com>
7 * FA8750-10-C-0237 ("CTSRD"), as part of the DARPA CRASH research programme.
42 addi sp, sp, -(TF_SIZE)
44 sd ra, (TF_RA)(sp)
45 sd tp, (TF_TP)(sp)
46 sd gp, (TF_GP)(sp)
59 sd t0, (TF_T + 0 * 8)(sp)
60 sd t1, (TF_T + 1 * 8)(sp)
61 sd t2, (TF_T + 2 * 8)(sp)
[all …]
/freebsd/sys/dev/sdhci/
H A Dsdhci_if.m1 #-
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
32 # Group. This Simplified Specification is provided on a non-confidential
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
41 # is provided "AS-IS" without any representations or warranties of any
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrVFP.td1 //===-- ARMInstrVFP.td - VFP support for ARM ---------------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
35 //===----------------------------------------------------------------------===//
39 // 8-bit floating-point immediate encodings.
47 return ARM_AM::getFP16Imm(N->getValueAPF()) != -1;
49 APFloat InVal = N->getValueAPF();
51 return CurDAG->getTargetConstant(enc, SDLoc(N), MVT::i32);
58 APFloat InVal = N->getValueAPF();
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mips64.S11 daddiu $sp,$sp,-40
12 sd $s0,32($sp)
13 sd $ra,24($sp)
14 sd $fp,16($sp)
15 sd $gp,8($sp)
24 sd $a0,0($sp)
54 .size setjmp, .-setjmp
63 daddiu $sp,$sp,-40
64 sd $s0,32($sp)
65 sd $ra,24($sp)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsocionext,uniphier-sd.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mmc/socionext,uniphier-sd.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: UniPhier SD/SDIO/eMMC controller
10 - Masahiro Yamada <yamada.masahiro@socionext.com>
16 - socionext,uniphier-sd-v2.91
17 - socionext,uniphier-sd-v3.1
18 - socionext,uniphier-sd-v3.1.1
32 dma-names:
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/riscv/
H A Dsave.S1 //===-- save.S - save up to 12 callee-saved registers ---------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
14 // is the minimum grouping which will maintain the required 16-byte stack
26 addi sp, sp, -64
43 addi sp, sp, -64
64 addi sp, sp, -64
90 addi sp, sp, -16
108 addi sp, sp, -12
[all …]

12345678910>>...54