Home
last modified time | relevance | path

Searched refs:ETH_PHY_MASK (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/board/solidrun/mx6cuboxi/
H A Dmx6cuboxi.c161 #define ETH_PHY_MASK ((1 << 0x0) | (1 << 0x4)) macro
182 phydev = phy_find_by_mask(bus, ETH_PHY_MASK, PHY_INTERFACE_MODE_RGMII); in board_eth_init()