X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flinux%2Fmdio.h;h=ea20608463c795542d098f0bec33d3316df1fc5f;hb=57207657a1282f833a8561c4fef4b993a0eb4b29;hp=022d77214e2012a88fa4f5bc5c47d5bdb8ccdcce;hpb=aef293bc85dad4f8d645e46d723606a747236a60;p=u-boot diff --git a/include/linux/mdio.h b/include/linux/mdio.h index 022d77214e..ea20608463 100644 --- a/include/linux/mdio.h +++ b/include/linux/mdio.h @@ -120,6 +120,12 @@ #define MDIO_DEVS_VEND1 MDIO_DEVS_PRESENT(MDIO_MMD_VEND1) #define MDIO_DEVS_VEND2 MDIO_DEVS_PRESENT(MDIO_MMD_VEND2) +#define MDIO_DEVS_LINK (MDIO_DEVS_PMAPMD | \ + MDIO_DEVS_WIS | \ + MDIO_DEVS_PCS | \ + MDIO_DEVS_PHYXS | \ + MDIO_DEVS_DTEXS | \ + MDIO_DEVS_AN) /* Control register 2. */ #define MDIO_PMA_CTRL2_TYPE 0x000f /* PMA/PMD type selection */