Home
last modified time | relevance | path

Searched full:mtu1 (Results 1 – 4 of 4) 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/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.c7577 sctp_min_mtu(uint32_t mtu1, uint32_t mtu2, uint32_t mtu3) in sctp_min_mtu() argument
7579 if (mtu1 > 0) { in sctp_min_mtu()
7582 return (min(mtu1, min(mtu2, mtu3))); in sctp_min_mtu()
7584 return (min(mtu1, mtu2)); in sctp_min_mtu()
7588 return (min(mtu1, mtu3)); in sctp_min_mtu()
7590 return (mtu1); in sctp_min_mtu()