Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dcomminf.h103 #define MDIO_GET_WR_DATA(x) ((x) & GENMASK(15, 0)) macro
111 #define MDIO_GET_WR_DATA(x) (((x) & GENMASK(31, 16)) >> 16) macro