Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dwait_bit.h35 #define BUILD_WAIT_FOR_BIT(sfx, type, read) \ macro
73 BUILD_WAIT_FOR_BIT(8, u8, readb)
74 BUILD_WAIT_FOR_BIT(le16, u16, readw)
76 BUILD_WAIT_FOR_BIT(be16, u16, readw_be)
78 BUILD_WAIT_FOR_BIT(le32, u32, readl)
80 BUILD_WAIT_FOR_BIT(be32, u32, readl_be)
/openbmc/u-boot/drivers/net/
H A Dftgmac100.c465 BUILD_WAIT_FOR_BIT(ftgmac100_txdone, u32, ftgmac100_read_txdesc) in BUILD_WAIT_FOR_BIT() function