Home
last modified time | relevance | path

Searched full:mtu2 (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Drenesas,mtu2.yaml4 $id: http://devicetree.org/schemas/timer/renesas,mtu2.yaml#
7 title: Renesas Multi-Function Timer Pulse Unit 2 (MTU2)
14 The MTU2 is a multi-purpose, multi-channel timer/counter with configurable clock inputs
18 independent. The MTU2 hardware supports five channels indexed from 0 to 4.
24 - renesas,mtu2-r7s72100 # RZ/A1H
25 - const: renesas,mtu2
68 mtu2: timer@fcff0000 {
69 compatible = "renesas,mtu2-r7s72100", "renesas,mtu2";
H A Drenesas,rz-mtu3.yaml18 for MTU2, and 10 clocks for MTU5, four clocks for MTU1-MTU2 combination
35 - [MTU1, MTU2]
38 of MTU1 and MTU2 (when TMDR3.LWA = 1)
56 - [MTU0/MTU5, MTU1, MTU2, and MTU8]
57 - 32-bit phase counting mode specifiable by combining MTU1 and MTU2 and
76 MTU1 and MTU2 operate independently, and cascade connection 32-bit phase
77 counting mode in which MTU1 and MTU2 are cascaded.
84 count1 - MTU2 16-bit phase counting
85 count2 - MTU1+ MTU2 3
[all...]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Drenesas,rz-cpg-clocks.txt45 mtu2: timer@fcff0000 {
46 compatible = "renesas,mtu2-r7s72100", "renesas,mtu2";
/freebsd/sys/contrib/device-tree/Bindings/soc/renesas/
H A Drenesas-soc.yaml45 …(g)?ether(avb)?|gpio|hscif|(r)?i[i2]c|imr|intc|ipmmu|irqc|jpu|mmcif|msiof|mtu2|pci(e)?|pfc|pwm|[rq…
53 - renesas,mtu2-r7s72100
/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Dr7s72100.dtsi429 clock-output-names = "mtu2";
716 mtu2: timer@fcff0000 { label
717 compatible = "renesas,mtu2-r7s72100", "renesas,mtu2";
H A Dr7s72100-gr-peach.dts97 &mtu2 {
H A Dr7s72100-genmai.dts178 &mtu2 {
H A Dr7s72100-rskrza1.dts245 &mtu2 {
/freebsd/crypto/openssl/test/
H A Dbio_dgram_test.c495 int testresult = 0, blen, mtu1, mtu2, r; in test_bio_dgram_pair() local
541 mtu2 = BIO_dgram_get_mtu(bio2); in test_bio_dgram_pair()
542 if (!TEST_int_ge(mtu2, 1280)) in test_bio_dgram_pair()
545 if (!TEST_int_eq(mtu1, mtu2)) in test_bio_dgram_pair()
/freebsd/sys/netinet/
H A Dsctputil.c7576 sctp_min_mtu(uint32_t mtu1, uint32_t mtu2, uint32_t mtu3) in sctp_min_mtu() argument
7579 if (mtu2 > 0) { in sctp_min_mtu()
7581 return (min(mtu1, min(mtu2, mtu3))); in sctp_min_mtu()
7583 return (min(mtu1, mtu2)); in sctp_min_mtu()
7593 if (mtu2 > 0) { in sctp_min_mtu()
7595 return (min(mtu2, mtu3)); in sctp_min_mtu()
7597 return (mtu2); in sctp_min_mtu()