| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_afmt.c | 58 int n, cts; in amdgpu_afmt_calc_cts() local 63 cts = clock * 1000; in amdgpu_afmt_calc_cts() 66 div = gcd(n, cts); in amdgpu_afmt_calc_cts() 69 cts /= div; in amdgpu_afmt_calc_cts() 78 cts *= mul; in amdgpu_afmt_calc_cts() 87 *CTS = cts; in amdgpu_afmt_calc_cts()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | imx6qdl-dhcom-drc02.dtsi | 15 * Tx and Rx are routed to the DHCOM UART1 rts/cts pins. Therefore the micro SD 16 * card must be disabled and the uart1 rts/cts must be output on other DHCOM 73 * DHCOM UART1 rts/cts pins. Therefore this UART have to use DHCOM GPIOs 74 * for rts/cts. So configure DHCOM GPIO I as rts and GPIO M as cts. 77 cts-gpios = <&gpio7 0 GPIO_ACTIVE_HIGH>; /* GPIO M */ 86 * controlled by DHCOM GPIO P. So remove rts/cts pins and the property 117 * M: uart1 cts
|
| H A D | stm32mp157a-iot-box.dts | 59 cts-gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
|
| H A D | rk3188.dtsi | 475 uart0_cts: uart0-cts { 490 uart1_cts: uart1-cts { 504 /* no rts / cts for uart2 */ 513 uart3_cts: uart3-cts {
|
| H A D | rk3066a.dtsi | 513 uart0_cts: uart0-cts { 528 uart1_cts: uart1-cts { 542 /* no rts / cts for uart2 */ 551 uart3_cts: uart3-cts {
|
| H A D | bcm2711.dtsi | 942 pin-cts { 966 pin-cts { 990 pin-cts { 1014 pin-cts {
|
| /netbsd-src/sys/arch/atari/stand/ahdilabel/ |
| H A D | ahdilabel.c | 299 sec_to_cts (struct ahdi_ptable *ptable, u_int32_t sector, char *cts, size_t len) in sec_to_cts() argument 307 snprintf (cts, len, "%u/%u/%u", cylinder, track, sector); in sec_to_cts() 308 return (cts); in sec_to_cts() 370 char buf[BUFLEN], cts[CTSLEN]; in change_part() local 391 sec_to_cts (ptable, ptable->parts[part].root, cts, sizeof(cts))); in change_part() 398 sec_to_cts (ptable, ptable->parts[part].start, cts, sizeof(cts))); in change_part() 405 sec_to_cts (ptable, ptable->parts[part].size, cts, sizeof(cts)), in change_part()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | athrate-sample.h | 191 int rts, cts; in calc_usecs_unicast_packet() local 237 rts = cts = 0; in calc_usecs_unicast_packet() 244 cts = 1; in calc_usecs_unicast_packet() 254 if (rts || cts) { in calc_usecs_unicast_packet() 273 if (cts) /* SIFS + ACK */ in calc_usecs_unicast_packet()
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
| H A D | test_read_format_gtar_sparse.c | 193 struct contents *cts = ac->contents; in verify_archive_file() local 204 expect = *cts++; in verify_archive_file() 229 expect = *cts++; in verify_archive_file()
|
| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_create.c | 66 ctf_sect_t cts; in ctf_create() local 72 cts.cts_name = __UNCONST(_CTF_SECTION); in ctf_create() 73 cts.cts_type = SHT_PROGBITS; in ctf_create() 74 cts.cts_flags = 0; in ctf_create() 75 cts.cts_data = __UNCONST(&hdr); in ctf_create() 76 cts.cts_size = sizeof (hdr); in ctf_create() 77 cts.cts_entsize = 1; in ctf_create() 78 cts.cts_offset = 0; in ctf_create() 80 if ((fp = ctf_bufopen(&cts, NULL, NULL, errp)) == NULL) { in ctf_create() 248 ctf_sect_t cts; in ctf_update() local [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/java/ |
| H A D | krb5.conf.in | 30 default_keys = aes256-cts-hmac-sha1-96:pw-salt 31 default_keys = aes128-cts-hmac-sha1-96:pw-salt
|
| /netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| H A D | ctf.c | 256 ctf_stype_t *cts = (ctf_stype_t *)ctt; in write_sized_type_rec() local 258 cts->ctt_size = (ushort_t)size; in write_sized_type_rec() 261 SWAP_32(cts->ctt_name); in write_sized_type_rec() 262 SWAP_16(cts->ctt_info); in write_sized_type_rec() 263 SWAP_16(cts->ctt_size); in write_sized_type_rec() 266 ctf_buf_write(b, cts, sizeof (*cts)); in write_sized_type_rec() 273 ctf_stype_t *cts = (ctf_stype_t *)ctt; in write_unsized_type_rec() local 276 SWAP_32(cts->ctt_name); in write_unsized_type_rec() 277 SWAP_16(cts->ctt_info); in write_unsized_type_rec() 278 SWAP_16(cts->ctt_size); in write_unsized_type_rec() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_audio.c | 556 int n, cts; in radeon_audio_calc_cts() local 561 cts = clock * 1000; in radeon_audio_calc_cts() 564 div = gcd(n, cts); in radeon_audio_calc_cts() 567 cts /= div; in radeon_audio_calc_cts() 576 cts *= mul; in radeon_audio_calc_cts() 585 *CTS = cts; in radeon_audio_calc_cts()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ralink/ |
| H A D | gardena_smart_gateway_mt7688.dts | 184 cts-gpios = <&gpio 2 GPIO_ACTIVE_LOW>; 195 cts-gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/canaan/ |
| H A D | k210.dtsi | 211 cts-override; 228 cts-override; 245 cts-override;
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/img/ |
| H A D | pistachio.dtsi | 557 uart0_rts_cts_pins: uart0-rts-cts-pins { 558 uart0-rts-cts { 573 uart1_rts_cts_pins: uart1-rts-cts-pins { 574 uart1-rts-cts {
|
| /netbsd-src/sys/net80211/ |
| H A D | ieee80211_output.c | 1807 struct ieee80211_frame_cts *cts; in ieee80211_get_cts_to_self() local 1816 cts = mtod(m, struct ieee80211_frame_cts *); in ieee80211_get_cts_to_self() 1817 cts->i_fc[0] = IEEE80211_FC0_VERSION_0 | IEEE80211_FC0_TYPE_CTL | in ieee80211_get_cts_to_self() 1819 cts->i_fc[1] = IEEE80211_FC1_DIR_NODS; in ieee80211_get_cts_to_self() 1820 *(uint16_t *)cts->i_dur = htole16(dur); in ieee80211_get_cts_to_self() 1821 IEEE80211_ADDR_COPY(cts->i_ra, ic->ic_myaddr); in ieee80211_get_cts_to_self()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3368.dtsi | 1156 uart0_cts: uart0-cts { 1171 uart1_cts: uart1-cts { 1185 /* no rts / cts for uart2 */ 1194 uart3_cts: uart3-cts { 1209 uart4_cts: uart4-cts {
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-create.c | 111 ctf_sect_t cts; in ctf_create() local 149 cts.cts_name = _CTF_SECTION; in ctf_create() 150 cts.cts_data = &hdr; in ctf_create() 151 cts.cts_size = sizeof (hdr); in ctf_create() 152 cts.cts_entsize = 1; in ctf_create() 154 if ((fp = ctf_bufopen_internal (&cts, NULL, NULL, NULL, 1, errp)) == NULL) in ctf_create()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-create.c | 111 ctf_sect_t cts; in ctf_create() local 149 cts.cts_name = _CTF_SECTION; in ctf_create() 150 cts.cts_data = &hdr; in ctf_create() 151 cts.cts_size = sizeof (hdr); in ctf_create() 152 cts.cts_entsize = 1; in ctf_create() 154 if ((fp = ctf_bufopen_internal (&cts, NULL, NULL, NULL, 1, errp)) == NULL) in ctf_create()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mm-venice-gw7901.dts | 639 cts-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>; 656 cts-gpios = <&gpio4 10 GPIO_ACTIVE_LOW>; 664 cts-gpios = <&gpio5 11 GPIO_ACTIVE_LOW>;
|
| H A D | imx8mm-venice-gw7902.dts | 565 cts-gpios = <&gpio4 11 GPIO_ACTIVE_LOW>; 581 cts-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>; 595 cts-gpios = <&gpio4 1 GPIO_ACTIVE_LOW>;
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/gss/ |
| H A D | check-context.in | 108 aes256-cts-hmac-sha1-96 aes128-cts-hmac-sha1-96 || exit 1
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/db/ |
| H A D | loaddump-db.in | 119 ${kstash} -e aes256-cts-hmac-sha1-96 --random-key -k ./mkey.file >/dev/null 2>/dev/null || exit 1
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| H A D | evp_lib.c | 343 int ok, aead = 0, custom_iv = 0, cts = 0, multiblock = 0, randkey = 0; in evp_cipher_cache_constants() local 357 params[6] = OSSL_PARAM_construct_int(OSSL_CIPHER_PARAM_CTS, &cts); in evp_cipher_cache_constants() 373 if (cts) in evp_cipher_cache_constants()
|