Home
last modified time | relevance | path

Searched defs:PHY_R (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/net/
H A Digb_core.h54 enum { PHY_R = BIT(0), enumerator
H A De1000e_core.h48 enum { PHY_R = BIT(0), enumerator
H A De1000.c206 enum { PHY_R = 1, PHY_W = 2, PHY_RW = PHY_R | PHY_W }; enumerator