Home
last modified time | relevance | path

Searched full:cpb (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-src/sys/contrib/device-tree/Bindings/sound/
H A Dti,j721e-cpb-audio.yaml6 $id: http://devicetree.org/schemas/sound/ti,j721e-cpb-audio.yaml#
40 - ti,j721e-cpb-audio
41 - ti,j7200-cpb-audio
47 ti,cpb-mcasp:
48 description: phandle to McASP used on CPB
51 ti,cpb-codec:
52 description: phandle to the pcm3168a codec used on the CPB
66 - ti,cpb-mcasp
67 - ti,cpb-codec
78 const: ti,j721e-cpb-audio
[all …]
H A Dti,j721e-cpb-ivi-audio.yaml6 $id: http://devicetree.org/schemas/sound/ti,j721e-cpb-ivi-audio.yaml#
16 extension board is extending the CPB audio support, described in:
17 sound/ti,j721e-cpb-audio.txt
28 Note: the same PLL4 and PLL15 is used by the audio support on the CPB!
47 - const: ti,j721e-cpb-ivi-audio
53 ti,cpb-mcasp:
54 description: phandle to McASP used on CPB
57 ti,cpb-codec:
58 description: phandle to the pcm3168a codec used on the CPB
75 - description: AUXCLK clock for McASP used by CPB audio
[all …]
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/
H A Dedonr_test.c108 double cpb = 0; \ in main()
121 cpb = (cpu_mhz * 1e6 * ((double)delta / \ in main()
124 (void) printf("Edon-R-%-6s%llu us (%.02f CPB)\n", #mode,\ in main()
125 (u_longlong_t)delta, cpb); \ in main()
H A Dblake3_test.c553 double cpb = 0; \ in main()
566 cpb = (cpu_mhz * 1e6 * ((double)delta / \ in main()
569 (void) printf("BLAKE3-%s %llu us (%.02f CPB)\n", impl, \ in main()
570 (u_longlong_t)delta, cpb); \ in main()
H A Dsha2_test.c167 double cpb = 0; \
180 cpb = (cpu_mhz * 1e6 * ((double)delta / \ in main()
183 (void) printf("sha%s-%-9s%7llu us (%.02f CPB)\n", #mode,\ in main()
184 name, (u_longlong_t)delta, cpb); \ in main()
H A Dskein_test.c292 double cpb = 0; \ in main()
307 cpb = (cpu_mhz * 1e6 * ((double)delta / \ in main()
311 "(%.02f CPB)\n", (u_longlong_t)delta, cpb); \ in main()
/freebsd-src/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j7200-common-proc-board.dts355 * The j7200 CPB board is identical to the CPB used for J721E, the SOMs can be
356 * swapped on the CPB.
358 * main_i2c1 of J7200 is connected to the CPB i2c bus labeled as i2c3.
359 * The i2c1 of the CPB (as it is labeled) is not connected to j7200.
H A Dk3-j721e-common-proc-board.dts113 compatible = "ti,j721e-cpb-audio";
114 model = "j721e-cpb";
116 ti,cpb-mcasp = <&mcasp10>;
117 ti,cpb-codec = <&pcm3168a_1>;
123 clock-names = "cpb-mcasp-auxclk",
124 "cpb-mcasp-auxclk-48000", "cpb-mcasp-auxclk-44100",
125 "cpb-codec-scki",
126 "cpb-codec-scki-48000", "cpb
[all...]
/freebsd-src/contrib/bc/src/
H A Dnum.c1483 BcNum cpa, cpb; in bc_num_m()
1548 bc_num_init(&cpb, b->len + BC_NUM_RDX_VAL(b)); in bc_num_m()
1555 bc_num_copy(&cpb, b); in bc_num_m()
1558 assert(BC_NUM_RDX_VALID_NP(cpb)); in bc_num_m()
1561 BC_NUM_NEG_CLR_NP(cpb); in bc_num_m()
1564 assert(BC_NUM_RDX_VALID_NP(cpb)); in bc_num_m()
1570 brdx = BC_NUM_RDX_VAL_NP(cpb) * BC_BASE_DIGS;
1571 bc_num_shiftLeft(&cpb, brdx);
1582 bzero = bc_num_shiftZero(&cpb); in bc_num_nonZeroDig()
1589 bc_num_clean(&cpb);
1434 BcNum cpa, cpb; bc_num_m() local
1656 BcNum cpb; bc_num_d_long() local
1832 BcNum cpa, cpb; bc_num_d() local
[all...]
/freebsd-src/contrib/one-true-awk/testdir/
H A Dtest.data120 6 cpb
/freebsd-src/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h328 /// Identify the type of IP address in the CPB.
634 /// Start commands if information in the CDB, CPB or DB is invalid.
918 /// cpb and db definitions
1511 /// When using bulk update, the size of the CPB structure must be
/freebsd-src/crypto/openssl/crypto/modes/asm/
H A Dghashp8-ppc.pl32 # aggregated reduction - by 170% or 2.7x (resulting in 0.55 cpb).
33 # POWER9 delivers 0.51 cpb.
H A Dghash-x86_64.pl89 # Knights Landing achieves 1.09 cpb.
/freebsd-src/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S12 // floating-point instructions' latencies and deliver ~2.6 cpb.
H A Dpoly1305-c64xplus.pl23 # because results were observed to vary from 2.1 to 7.6 cpb depending
H A Dpoly1305-s390x.pl21 # ~6.6/2.3 cpb on z10/z196+, >2x improvement over compiler-generated
/freebsd-src/crypto/openssl/crypto/chacha/asm/
H A Dchacha-ia64.pl15 # pass runs slower than expected... Overall result is 15.6 cpb, two
H A Dchacha-x86_64.pl59 # cpb in single thread, the corresponding capability is suppressed;
/freebsd-src/crypto/openssl/crypto/rc4/asm/
H A Drc4-x86_64.pl108 # For reference, Intel code runs at 6.8 cpb rate on Opteron.
/freebsd-src/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dghash-x86_64.S88 # Knights Landing achieves 1.09 cpb.
/freebsd-src/crypto/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl45 # Add ARMv8 code path performing at 2.0 cpb on Apple A7.
H A Dsha1-armv4-large.pl76 # Add ARMv8 code path performing at 2.35 cpb on Apple A7.
/freebsd-src/sys/compat/linprocfs/
H A Dlinprocfs.c298 "cpb", "eff_freq_ro", "proc_feedback", in linprocfs_docpuinfo()
/freebsd-src/sys/crypto/openssl/arm/
H A Dsha256-armv4.S45 @ Add ARMv8 code path performing at 2.0 cpb on Apple A7.
/freebsd-src/share/misc/
H A Dusb_vendors11256 c010 CPB-7000

12