Searched refs:sar (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/arm/mv/discovery/
H A Ddiscovery.c94 uint32_t sar; local
100 sar = bus_space_read_4(fdtbus_bs_tag, MV_MPP_BASE, SAMPLE_AT_RESET_HI);
101 sar = (sar & TCLK_MASK) >> TCLK_SHIFT;
103 switch (sar) {
/freebsd-11-stable/sys/arm/mv/orion/
H A Dorion.c85 uint32_t sar; local
92 sar = bus_space_read_4(fdtbus_bs_tag, MV_MPP_BASE, SAMPLE_AT_RESET);
93 sar = (sar & TCLK_MASK) >> TCLK_SHIFT;
94 switch (sar) {
/freebsd-11-stable/sys/arm/mv/armada38x/
H A Darmada38x.c48 uint32_t sar; local
54 sar = (uint32_t)get_sar_value();
55 sar = (sar & TCLK_MASK) >> TCLK_SHIFT;
56 if (sar == 0)
/freebsd-11-stable/sys/arm/mv/armadaxp/
H A Darmadaxp.c48 #define CPU_FREQ_FIELD(sar) (((0x01 & (sar >> 52)) << 3) | \
49 (0x07 & (sar >> 21)))
50 #define FAB_FREQ_FIELD(sar) (((0x01 & (sar >> 51)) << 4) | \
51 (0x0F & (sar >> 24)))
/freebsd-11-stable/usr.sbin/bluetooth/sdpd/
H A DMakefile8 main.c nap.c opush.c panu.c profile.c provider.c sar.c scr.c \
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_rmpp_ctx.c73 st = osmv_rmpp_sar_init(&p_ctx->sar, p_arbt_mad, p_ctx->mad_sz,
88 osmv_rmpp_sar_done(&p_ctx->sar);
126 st = osmv_rmpp_sar_get_mad_seg(&p_send_ctx->sar, seg_idx, p_buf);
226 osmv_rmpp_sar_done(&p_ctx->sar);
349 st = osmv_rmpp_sar_init(&p_recv_ctx->sar, p_arbt_mad, size,
355 st = osmv_rmpp_sar_reassemble_arbt_mad(&p_recv_ctx->sar,
358 osmv_rmpp_sar_done(&p_recv_ctx->sar);
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_rmpp_ctx.h67 osmv_rmpp_sar_t sar; member in struct:_osmv_rmpp_send_ctx
82 osmv_rmpp_sar_t sar; member in struct:_osmv_rmpp_recv_ctx
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl57 sar \$63,$a # broadcast 63rd bit
59 sar \$63,$i0 # broadcast 62nd bit
62 sar \$63,$i1 # boardcast 61st bit
H A Dx86-gf2m.pl132 &sar ($lo,31); # broadcast 31st bit
145 &sar (@i[1],31); # broardcast 30th bit
H A Dpa-risc2.s823 DEPDI,Z -1,%sar,1,%r19 ;offset 0x9d0
833 DEPD,Z %r3,%sar,64,%r3 ;offset 0x9f0
836 SHRPD %r4,%r5,%sar,%r4 ;offset 0x9fc
838 DEPD,Z %r5,%sar,64,%r5 ;offset 0xa04
H A Dpa-risc2W.s775 DEPDI,Z -1,%sar,1,%r29
785 DEPD,Z %r3,%sar,64,%r3 ; d <<= i;
788 SHRPD %r4,%r5,%sar,%r4 ; l>> (64-i)
790 DEPD,Z %r5,%sar,64,%r5 ; l <<= i;
H A Dx86_64-mont5.pl985 sar \$3+2,%rcx
1000 sar \$5,$num # cf=0
1991 sar \$3+2,%rcx
2650 sar \$3+2,%rcx
3452 sar \$3+2,%rcx
H A Dparisc-mont.pl225 extrd,u,*= $hi0,%sar,1,$hi0 ; executes on PA-RISC 1.0
945 elsif ($args =~ /%r([0-9]+),%sar,([0-9]+),%r([0-9]+)/) # format 12
H A Dx86_64-mont.pl883 sar \$3+2,%rcx # %cf=0
899 sar \$3+2,%rcx # %cf=0
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-parisc.pl118 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0
373 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0
675 elsif ($args =~ /%r([0-9]+),%sar,([0-9]+),%r([0-9]+)/) # format 12
695 elsif ($args =~ /%r([0-9]+),%r([0-9]+),%sar,%r([0-9]+)/) # format 11
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl270 extrd,u,*= $t1,%sar,1,$t1 ; executes on PA-RISC 1.0
287 mtctl $t0,%cr11 ; load %sar with align factor
519 mtctl $t0,%cr11 ; load %sar with align factor
729 elsif ($args =~ /%r([0-9]+),%sar,([0-9]+),%r([0-9]+)/) # format 12
749 elsif ($args =~ /%r([0-9]+),%r([0-9]+),%sar,%r([0-9]+)/) # format 11
778 ($SZ==4 ? "vshd$1," : "shrpd$1,%sar,")/e or
H A Dsha1-parisc.pl182 mtctl $t0,%cr11 ; %sar=t0;
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl186 mtctl $acc,%cr11 ; load %sar with vshd align factor

Completed in 116 milliseconds