Home
last modified time | relevance | path

Searched full:mtu1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/timer/
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.
83 count0 - MTU1 16-bit phase counting
85 count2 - MTU1+ MTU2 32-bit phase counting
97 pwm2 - MTU1
[all...]
/freebsd/crypto/openssl/test/
H A Dbio_dgram_test.c495 int testresult = 0, blen, mtu1, mtu2, r; in test_bio_dgram_pair() local
525 mtu1 = BIO_dgram_get_mtu(bio1); in test_bio_dgram_pair()
526 if (!TEST_int_ge(mtu1, 1280)) in test_bio_dgram_pair()
536 bufsz = 9 * (mtu1 + (sizeof(BIO_ADDR) * 2) + sizeof(size_t)); in test_bio_dgram_pair()
545 if (!TEST_int_eq(mtu1, mtu2)) in test_bio_dgram_pair()
548 if (!TEST_int_le(mtu1, sizeof(scratch) - 4)) in test_bio_dgram_pair()
555 blen = ((*(uint32_t*)scratch) % mtu1) + 1; in test_bio_dgram_pair()
588 blen = ((*(uint32_t*)scratch) % mtu1) + 1; in test_bio_dgram_pair()
/freebsd/sbin/ipf/libipf/
H A Dprintnatfield.c16 { "mtu1", 4 },
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-nomadik-stn8815.dtsi44 mtu1: mtu@101e3000 { label
/freebsd/sys/netinet/
H A Dsctputil.c7576 sctp_min_mtu(uint32_t mtu1, uint32_t mtu2, uint32_t mtu3) in sctp_min_mtu() argument
7578 if (mtu1 > 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()
7587 return (min(mtu1, mtu3)); in sctp_min_mtu()
7589 return (mtu1); in sctp_min_mtu()