Home
last modified time | relevance | path

Searched full:enp (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Drichtek,rt4801-regulator.yaml30 The first one is ENP to enable DSVP, and second one is ENM to enable DSVN.
32 If only one gpio is specified, only one gpio used to control ENP/ENM.
/openbmc/linux/tools/testing/selftests/net/
H A Dnetdevice.sh198 ip link show |grep '^[0-9]' | grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut…
/openbmc/qemu/hw/net/
H A Dpcnet.c248 "ONE=%d, DEF=%d, STP=%d, ENP=%d,\n" \
261 GET_FIELD((T)->status, TMDS, ENP), \
276 "CRC=%d, BUFF=%d, STP=%d, ENP=%d,\n " \
287 GET_FIELD((R)->status, RMDS, ENP), \
1123 SET_FIELD(&rmd.status, RMDS, ENP, 1); in pcnet_receive()
1233 if (!GET_FIELD(tmd.status, TMDS, ENP)) { in pcnet_transmit()
/openbmc/linux/arch/s390/kernel/
H A Debcdic.c99 -ENP ->LF */
248 -ENP ->LF */
/openbmc/linux/drivers/net/ethernet/amd/
H A Dsun3lance.c187 #define TMD3_BUFF 0x8000 /* buffering error (no ENP) */
H A Datarilance.c287 #define TMD3_BUFF 0x8000 /* buffering error (no ENP) */
H A Damd8111e.c711 /* check for STP and ENP */ in amd8111e_rx_poll()