/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | renesas,cmt.yaml | 4 $id: http://devicetree.org/schemas/timer/renesas,cmt.yaml# 7 title: Renesas Compare Match Timer (CMT) 14 The CMT is a multi-channel 16/32/48-bit timer/counter with configurable clock 18 are independent. A particular CMT instance can implement only a subset of the 19 channels supported by the CMT model. Channel indices represent the hardware 20 position of the channel in the CMT and don't match the channel numbers in the 87 - renesas,r8a774a1-cmt1 # 48-bit CMT on RZ/G2M 88 - renesas,r8a774b1-cmt1 # 48-bit CMT on RZ/G2N 89 - renesas,r8a774c0-cmt1 # 48-bit CMT on RZ/G2E 90 - renesas,r8a774e1-cmt1 # 48-bit CMT on RZ/G2H [all …]
|
/freebsd/sys/dev/sound/pci/ |
H A D | cmi.c | 621 } static const cmt[SOUND_MIXER_NRDEVICES] = { variable 655 if (cmt[i].bits) v |= 1 << i; in cmimix_init() 660 if (cmt[i].rec) v |= 1 << i; in cmimix_init() 679 max = (1 << cmt[dev].bits) - 1; in cmimix_set() 681 if (cmt[dev].rreg == CMPCI_NON_SB16_CONTROL) { in cmimix_set() 692 l = (left * max / 100) << (8 - cmt[dev].bits); in cmimix_set() 693 if (cmt[dev].stereo) { in cmimix_set() 694 r = (right * max / 100) << (8 - cmt[dev].bits); in cmimix_set() 695 cmimix_wr(sc, MIXER_GAIN_REG_RTOL(cmt[dev].rreg), l); in cmimix_set() 696 cmimix_wr(sc, cmt[dev].rreg, r); in cmimix_set() [all …]
|
/freebsd/sys/netinet/ |
H A D | sctp_structs.h | 318 * active for CMT PF 323 * CMT variables (iyengar@cis.udel.edu) 329 uint32_t pseudo_cumack; /* CMT CUC algorithm. Maintains next expected 331 uint32_t rtx_pseudo_cumack; /* CMT CUC algorithm. Maintains next 335 /* CMT fast recovery variables */ 366 uint8_t saw_newack; /* CMT's SFR algorithm flag */ 373 * CMT variables (iyengar@cis.udel.edu) 375 uint8_t find_pseudo_cumack; /* CMT CUC algorithm. Flag used to 382 uint8_t find_rtx_pseudo_cumack; /* CMT CUCv2 algorithm. Flag used to 390 uint8_t new_pseudo_cumack; /* CMT CUC algorithm. Flag used to [all …]
|
H A D | sctp_ss_functions.c | 195 * If CMT is off, we must validate that the stream in question has in sctp_ss_default_select() 199 * another stream with data to send to that destination). In CMT's in sctp_ss_default_select() 369 * If CMT is off, we must validate that the stream in question has in sctp_ss_rrp_packet_done() 373 * another stream with data to send to that destination). In CMT's in sctp_ss_rrp_packet_done() 535 * If CMT is off, we must validate that the stream in question has in sctp_ss_prio_select() 539 * another stream with data to send to that destination). In CMT's in sctp_ss_prio_select() 893 * If CMT is off, we must validate that the stream in question has in sctp_ss_fcfs_select() 897 * another stream with data to send to that destination). In CMT's in sctp_ss_fcfs_select()
|
H A D | sctp_sysctl.h | 366 /* cmt_on_off: CMT on/off flag */ 367 #define SCTPCTL_CMT_ON_OFF_DESC "CMT settings" 372 /* cmt_use_dac: CMT DAC on/off flag */ 373 #define SCTPCTL_CMT_USE_DAC_DESC "CMT DAC on/off flag"
|
H A D | sctp_cc_functions.c | 139 * CMT fast recovery code. Need to debug. ((sctp_cmt_on_off > 0) && in sctp_cwnd_update_after_fr() 221 * CMT fast recovery -- per destination in sctp_cwnd_update_after_fr() 742 * CMT fast recovery code. Need to debug. in sctp_cwnd_update_after_sack_common() 760 * CMT fast recovery code in sctp_cwnd_update_after_sack_common() 826 * CMT: CUC algorithm. Update cwnd if pseudo-cumack has in sctp_cwnd_update_after_sack_common() 1688 * CMT fast recovery code. Need to debug. ((sctp_cmt_on_off > 0) && in sctp_hs_cwnd_update_after_fr() 1719 * CMT fast recovery -- per destination in sctp_hs_cwnd_update_after_fr() 1760 * CMT fast recovery code. Need to debug. in sctp_hs_cwnd_update_after_sack() 1778 * CMT fast recovery code in sctp_hs_cwnd_update_after_sack() 1798 * CMT: CUC algorithm. Update cwnd if pseudo-cumack has in sctp_hs_cwnd_update_after_sack() [all …]
|
H A D | sctp_indata.c | 2586 * CMT DAC algorithm: increase number of packets received in sctp_sack_check() 2606 * CMT DAC algorithm: With CMT, delay acks in sctp_sack_check() 2953 * CMT: CUCv2 algorithm. For each TSN being in sctp_process_segment_range() 2991 * CMT: SFR algo (and HTNA) - set in sctp_process_segment_range() 3006 * CMT DAC algo: also update in sctp_process_segment_range() 3021 * CMT: CUCv2 algorithm. If (rtx-)pseudo-cumack for corresp in sctp_process_segment_range() 3311 /* CMT DAC algo: finding out if SACK is a mixed SACK */ in sctp_strike_gap_ack_chunks() 3368 * CMT : SFR algo (covers part of DAC and HTNA as well) in sctp_strike_gap_ack_chunks() 3374 * CMT, no data sent to this dest can be marked for in sctp_strike_gap_ack_chunks() 3383 * CMT: New acks were received for data sent to this in sctp_strike_gap_ack_chunks() [all …]
|
H A D | sctp_timer.c | 182 * JRS 5/14/07 - If mode is set to 2, use the CMT PF find alternate in sctp_find_alternate_net() 285 * CMT policy for choosing an alternate net. */ in sctp_find_alternate_net() 707 * CMT: Do not allow FRs on retransmitted TSNs. in sctp_mark_all_for_resend() 890 * CMT: Using RTX_SSTHRESH policy for CMT. If CMT is in sctp_t3rxt_timer() 915 /* CMT FR loss recovery ended with the T3 */ in sctp_t3rxt_timer()
|
H A D | sctp.h | 186 /* CMT ON/OFF socket option */ 508 /* CMT DAC algorithm SACK flag */
|
H A D | sctp_constants.h | 482 /* JRS 5/13/07 - Added potentially failed state for CMT PF */
|
/freebsd/share/timedef/ |
H A D | tr_TR.UTF-8.src | 41 Cmt
|
H A D | tr_TR.ISO8859-9.src | 41 Cmt
|
/freebsd/contrib/tzdata/ |
H A D | southamerica | 404 -4:16:48 - CMT 1920 May # Córdoba Mean Time 423 -4:16:48 - CMT 1920 May 435 -4:16:48 - CMT 1920 May 448 -4:16:48 - CMT 1920 May 462 -4:16:48 - CMT 1920 May 477 -4:16:48 - CMT 1920 May 492 -4:16:48 - CMT 1920 May 508 -4:16:48 - CMT 1920 May 523 -4:16:48 - CMT 1920 May 546 -4:16:48 - CMT 192 [all...] |
H A D | backzone | 438 -4:16:48 - CMT 1920 May 851 -4:16:44 - CMT 1920 May 865 -4:04:00 - CMT 1912 # Castries Mean Time 1353 0:50:20 - CMT 1894 Jan 1 # Copenhagen MT 1570 1:55 - CMT 1918 Feb 15 # Chisinau MT
|
/freebsd/crypto/openssl/util/ |
H A D | check-format-test-positives.c | 32 /*@0 intra-line comment indent off by 1, reported unless sloppy-cmt */ 37 …*@ above multi-line comment start indent off by 1, reported unless sloppy-cmt; this comment line i…
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | cpupart.h | 93 bitset_t cp_cmt_pgs; /* CMT PGs represented */
|
/freebsd/share/misc/ |
H A D | committers-ports.dot | 169 cmt [label="Christoph Moench-Tegeder\ncmt@FreeBSD.org\n2016/03/01"] 649 miwi -> cmt 734 rene -> cmt
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dev.c | 146 /* in CMT doorbell bar is split down the middle between engine 0 and enigne 1 */ in ecore_db_rec_find_hwfn() 1654 /* The above registers were updated in the past only in CMT mode. Since in ecore_hw_bar_size() 3426 /* In CMT the gate should be cleared by the 2nd hwfn */ in ecore_hw_init_port() 3450 /* Activate OPTE in CMT */ in ecore_hw_init_port() 3583 /* Use the leading hwfn since in CMT only NIG #0 is operational */ in ecore_hw_init_pf() 3775 "MSI mode is not supported for CMT devices\n"); in ecore_hw_init() 4221 * In CMT this should only be done for first hw-function, and in ecore_hw_stop() 5389 * In case of CMT in BB, only the "even" functions are enabled, and thus in ecore_get_num_funcs() 5454 /* In CMT on emulation, assume 1 port */ in ecore_hw_info_port_num_bb() 5530 /* In CMT there is always only one port */ in ecore_hw_info_port_num() [all …]
|
H A D | ecore_mcp.h | 38 /* Using hwfn number (and not pf_num) is required since in CMT mode,
|
H A D | ecore_mcp.c | 807 /* On CMT, always tell that it's engine */ in ecore_mcp_mf_workaround() 1705 /* The following operations should be done once, and thus in CMT mode in ecore_mcp_handle_process_kill() 1832 /* A single notification should be sent to upper driver in CMT mode */ in ecore_mcp_handle_fan_failure() 2050 /* In CMT mode - no need for more than a single acknowledgement to the in ecore_mcp_handle_critical_error() 2887 /* Only Leader can configure MSIX, and need to take CMT into account */ in ecore_mcp_config_vf_msix_bb()
|
H A D | ecore_dev_api.h | 150 /* Avoid engine affinity for RoCE/storage in case of CMT mode */
|
/freebsd/usr.bin/netstat/ |
H A D | sctp.c | 794 p1a(sctps_cmt_randry, "\t{:cmt-ran-dry/%ju} " in sctp_stats()
|
/freebsd/tools/build/ |
H A D | checkstyle9.pl | 871 my $cmt = ctx_locate_comment($first_line, $end_line); 874 ##print "CMMT: $cmt\n"; 876 return ($cmt ne '');
|
/freebsd/contrib/tzcode/ |
H A D | theory.html | 507 CMT Calamarca, Caracas, Chisinau, Colón, Córdoba; 539 CMT/BST for Calamarca Mean Time and Bolivian Summer Time
|
/freebsd/contrib/dialog/ |
H A D | util.c | 122 #define DATA(atr,upr,lwr,cmt) { atr COLOR_DATA(upr) RC_DATA(lwr,cmt) } argument
|