Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dwait_bit.h75 #ifdef readw_be
76 BUILD_WAIT_FOR_BIT(be16, u16, readw_be)
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dio.h287 #define readw_be(addr) \ macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h372 #define readw_be(addr) \ in BUILDIO_MEM() macro
/openbmc/u-boot/drivers/net/
H A Dbcm6368-eth.c162 return readw_be(priv->base + MII_DAT_REG); in bcm6368_mdio_read()