Searched full:mtu2 (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/timer/ |
| H A D | renesas,mtu2.yaml | 4 $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 D | renesas,rz-mtu3.yaml | 18 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 D | renesas,rz-cpg-clocks.txt | 45 mtu2: timer@fcff0000 { 46 compatible = "renesas,mtu2-r7s72100", "renesas,mtu2";
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/renesas/ |
| H A D | renesas-soc.yaml | 45 …(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 D | r7s72100.dtsi | 429 clock-output-names = "mtu2"; 716 mtu2: timer@fcff0000 { label 717 compatible = "renesas,mtu2-r7s72100", "renesas,mtu2";
|
| H A D | r7s72100-gr-peach.dts | 97 &mtu2 {
|
| H A D | r7s72100-genmai.dts | 178 &mtu2 {
|
| H A D | r7s72100-rskrza1.dts | 245 &mtu2 {
|
| /freebsd/crypto/openssl/test/ |
| H A D | bio_dgram_test.c | 495 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 D | sctputil.c | 7576 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()
|