| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx_93cx6.c | 95 #define CLOCK_PULSE(sd, rdy) \ 96 while ((SEEPROM_STATUS_INB(sd) & rdy) == 0) { \ 99 (void)SEEPROM_INB(sd); /* Clear clock */ 105 send_seeprom_cmd(struct seeprom_descriptor *sd, struct seeprom_cmd *cmd) 111 temp = sd->sd_MS ^ sd->sd_CS; 112 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in send_seeprom_cmd() argument 113 CLOCK_PULSE(sd, sd in send_seeprom_cmd() 102 CLOCK_PULSE(sd,rdy) global() 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 D | aic7xxx_93cx6.h | 83 #define SEEPROM_INB(sd) \ argument 84 ahc_inb(sd->sd_ahc, sd->sd_control_offset) 85 #define SEEPROM_OUTB(sd, value) \ argument 87 ahc_outb(sd->sd_ahc, sd->sd_control_offset, value); \ 88 ahc_flush_device_writes(sd->sd_ahc); \ 91 #define SEEPROM_STATUS_INB(sd) \ argument 92 ahc_inb(sd->sd_ahc, sd->sd_status_offset) 93 #define SEEPROM_DATA_INB(sd) \ argument 94 ahc_inb(sd->sd_ahc, sd->sd_dataout_offset) 96 int ahc_read_seeprom(struct seeprom_descriptor *sd, uint16_t *buf, [all …]
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | test_cms.in | 55 ${hxtool} cms-create-sd \ 58 sd.data > /dev/null || exit 1 61 ${hxtool} cms-verify-sd \ 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 \ 72 sd.data > /dev/null || exit 1 75 ${hxtool} cms-verify-sd \ 78 sd.data sd.data.out > /dev/null || exit 1 79 cmp "$srcdir/test_chain.in" sd.data.out || exit 1 [all …]
|
| /freebsd/sys/riscv/vmm/ |
| H A D | vmm_switch.S | 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) 50 sd s4, (HYP_H_S + 4 * 8)(a0) 51 sd s5, (HYP_H_S + 5 * 8)(a0) [all …]
|
| /freebsd/sys/geom/raid/ |
| H A D | tr_raid1e.c | 135 struct g_raid_subdisk *sd); 192 struct g_raid_subdisk *sd, *bestsd, *worstsd; in g_raid_tr_update_state_raid1e_even() local 200 sd = &vol->v_subdisks[i * N + j]; in g_raid_tr_update_state_raid1e_even() 201 if (sd->sd_state > bestsd->sd_state) in g_raid_tr_update_state_raid1e_even() 202 bestsd = sd; in g_raid_tr_update_state_raid1e_even() 203 else if (sd->sd_state == bestsd->sd_state && in g_raid_tr_update_state_raid1e_even() 204 (sd->sd_state == G_RAID_SUBDISK_S_REBUILD || in g_raid_tr_update_state_raid1e_even() 205 sd->sd_state == G_RAID_SUBDISK_S_RESYNC) && in g_raid_tr_update_state_raid1e_even() 206 sd->sd_rebuild_pos > bestsd->sd_rebuild_pos) in g_raid_tr_update_state_raid1e_even() 207 bestsd = sd; in g_raid_tr_update_state_raid1e_even() [all …]
|
| H A D | tr_raid1.c | 131 struct g_raid_subdisk *sd); 149 struct g_raid_subdisk *sd) in g_raid_tr_update_state_raid1() argument 206 g_raid_tr_raid1_maybe_rebuild(vol->v_tr, sd); in g_raid_tr_update_state_raid1() 220 g_raid_tr_raid1_fail_disk(struct g_raid_softc *sc, struct g_raid_subdisk *sd, in g_raid_tr_raid1_fail_disk() argument 232 if (g_raid_nsubdisks(sd->sd_volume, G_RAID_SUBDISK_S_ACTIVE) == 1 && in g_raid_tr_raid1_fail_disk() 233 g_raid_get_subdisk(sd->sd_volume, G_RAID_SUBDISK_S_ACTIVE) == sd) in g_raid_tr_raid1_fail_disk() 235 g_raid_fail_disk(sc, sd, disk); in g_raid_tr_raid1_fail_disk() 242 struct g_raid_subdisk *sd, *good_sd; in g_raid_tr_raid1_rebuild_some() local 248 sd = trs->trso_failed_sd; in g_raid_tr_raid1_rebuild_some() 249 good_sd = g_raid_get_subdisk(sd->sd_volume, G_RAID_SUBDISK_S_ACTIVE); in g_raid_tr_raid1_rebuild_some() [all …]
|
| /freebsd/sys/dev/mmc/ |
| H A D | mmc_private.h | 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 | 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 | mmc_subr.h | 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 | mmcvar.h | 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 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 44 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 46 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 49 * 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 …]
|
| H A D | mmcbrvar.h | 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 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 44 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 46 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 49 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
| H A D | bridge.h | 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 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 43 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 45 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 48 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_tag_mismatch_riscv64.S | 87 sd x31, 248(sp) 88 sd x30, 240(sp) 89 sd x29, 232(sp) 90 sd x28, 224(sp) 91 sd x27, 216(sp) 92 sd x26, 208(sp) 93 sd x25, 200(sp) 94 sd x24, 192(sp) 95 sd x23, 184(sp) 96 sd x22, 176(sp) [all …]
|
| /freebsd/sys/riscv/riscv/ |
| H A D | exception.S | 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) 62 sd t3, (TF_T + 3 * 8)(sp) 63 sd t4, (TF_T + 4 * 8)(sp) 64 sd t5, (TF_T + 5 * 8)(sp) 65 sd t6, (TF_T + 6 * 8)(sp) [all …]
|
| /freebsd/sys/cam/mmc/ |
| H A D | mmc_all.h | 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 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 43 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 45 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 48 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
| H A D | mmc.h | 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 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 43 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 45 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 48 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
| /freebsd/sys/dev/sdio/ |
| H A D | sdiob.h | 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 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 45 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 47 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 50 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
| H A D | sdio_subr.h | 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 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 46 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 48 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 51 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
| H A D | sdio_subr.c | 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 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 46 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 48 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 51 * 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/lib/libc/riscv/string/ |
| H A D | memset.S | 50 sd a1, 0(t0) 51 sd a1, 8(t0) 52 sd a1, 16(t0) 53 sd a1, 24(t0) 54 sd a1, 32(t0) 55 sd a1, 40(t0) 56 sd a1, 48(t0) 57 sd a1, 56(t0) 68 sd a1, 56(t0) 69 sd a1, 48(t0) [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 159 def VLDRS : ASI5<0b1101, 0b01, (outs SPR:$Sd), (ins addrmode5:$addr), 160 IIC_fpLoad32, "vldr", "\t$Sd, $addr", 161 [(set SPR:$Sd, (alignedload32 addrmode5:$addr))]>, 169 def VLDRH : AHI5<0b1101, 0b01, (outs HPR:$Sd), (ins addrmode5fp16:$addr), 170 IIC_fpLoad16, "vldr", ".16\t$Sd, $addr", 171 [(set HPR:$Sd, (f16 (alignedload16 addrmode5fp16:$addr)))]>, 194 def VSTRS : ASI5<0b1101, 0b00, (outs), (ins SPR:$Sd, addrmode5:$addr), 195 IIC_fpStore32, "vstr", "\t$Sd, $addr", 196 [(alignedstore32 SPR:$Sd, addrmode5:$addr)]>, 204 def VSTRH : AHI5<0b1101, 0b00, (outs), (ins HPR:$Sd, addrmode5fp16:$addr), [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_mips64.S | 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) 64 sd $s0,32($sp) 65 sd $ra,24($sp) 66 sd $fp,16($sp) 67 sd $gp,8($sp) 76 sd $a0,0($sp) [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | socionext,uniphier-sd.yaml | 4 $id: http://devicetree.org/schemas/mmc/socionext,uniphier-sd.yaml# 7 title: UniPhier SD/SDIO/eMMC controller 16 - socionext,uniphier-sd-v2.91 17 - socionext,uniphier-sd-v3.1 18 - socionext,uniphier-sd-v3.1.1 63 - description: ID of SD instance 66 The argument is the ID of SD instance. 75 const: socionext,uniphier-sd-v2.91 100 sd: mmc@5a400000 { 101 compatible = "socionext,uniphier-sd-v2.91"; [all …]
|