Home
last modified time | relevance | path

Searched full:fm1 (Results 1 – 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/freescale/
Ddpaa.rst214 # ethtool -N fm1-mac9 rx-flow-hash tcp4 ""
218 # ethtool -N fm1-mac9 rx-flow-hash udp4 sfdn
229 # ethtool -K fm1-mac9 rx-hashing off
230 # ethtool -k fm1-mac9 | grep hash
232 # ethtool -K fm1-mac9 rx-hashing on
235 # ethtool -k fm1-mac9 | grep hash
/kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/freescale/
Ddpaa.rst214 # ethtool -N fm1-mac9 rx-flow-hash tcp4 ""
218 # ethtool -N fm1-mac9 rx-flow-hash udp4 sfdn
229 # ethtool -K fm1-mac9 rx-hashing off
230 # ethtool -k fm1-mac9 | grep hash
232 # ethtool -K fm1-mac9 rx-hashing on
235 # ethtool -k fm1-mac9 | grep hash
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/
Dmdio-mux-mmioreg.yaml67 mdio@2 { // Slot 2 XAUI (FM1)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dmdio-mux-mmioreg.txt55 emi2_slot2: mdio@2 { // Slot 2 XAUI (FM1)
/kernel/linux/linux-5.10/drivers/tty/serial/
Dip22zilog.h161 #define FM1 0x40 /* FM1 (transition = 1) */ macro
Dzs.h180 #define FM1 0x40 /* FM1 (transition = 1) */ macro
Dsunzilog.h163 #define FM1 0x40 /* FM1 (transition = 1) */ macro
Dpmac_zilog.h254 #define FM1 0x40 /* FM1 (transition = 1) */ macro
Dpmac_zilog.c779 * The decoding mode is changed among NRZ, NRZI, FM0, or FM1.
/kernel/linux/linux-6.6/drivers/tty/serial/
Dip22zilog.h161 #define FM1 0x40 /* FM1 (transition = 1) */ macro
Dsunzilog.h163 #define FM1 0x40 /* FM1 (transition = 1) */ macro
Dzs.h180 #define FM1 0x40 /* FM1 (transition = 1) */ macro
Dpmac_zilog.h244 #define FM1 0x40 /* FM1 (transition = 1) */ macro
Dpmac_zilog.c745 * The decoding mode is changed among NRZ, NRZI, FM0, or FM1.
/kernel/linux/linux-6.6/drivers/net/hamradio/
Dz8530.h125 #define FM1 0x40 /* FM1 (transition = 1) */ macro
/kernel/linux/linux-5.10/drivers/net/hamradio/
Dz8530.h125 #define FM1 0x40 /* FM1 (transition = 1) */ macro
/kernel/linux/linux-6.6/sound/soc/codecs/
Dcs4349.h48 #define FM1 (1 << 1) macro
/kernel/linux/linux-5.10/sound/soc/codecs/
Dcs4349.h48 #define FM1 (1 << 1) macro
/kernel/linux/linux-5.10/drivers/net/wan/
Dz85230.h146 #define FM1 0x40 /* FM1 (transition = 1) */ macro
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dqoriq-clock.txt87 3 fman 0 for fm1, 1 for fm2
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dqoriq-clock.txt86 3 fman 0 for fm1, 1 for fm2
/kernel/linux/linux-5.10/drivers/char/pcmcia/
Dsynclink_cs.c3092 break; // FM1 in hdlc_mode()
/kernel/linux/linux-5.10/drivers/tty/
Dsynclinkmp.c4557 case HDLC_ENCODING_BIPHASE_MARK: RegValue |= BIT7 + BIT5; break; /* aka FM1 */ in hdlc_mode()