Searched refs:BUILD_WAIT_FOR_BIT (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ |
H A D | wait_bit.h | 35 #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 D | ftgmac100.c | 465 BUILD_WAIT_FOR_BIT(ftgmac100_txdone, u32, ftgmac100_read_txdesc) in BUILD_WAIT_FOR_BIT() function
|