Searched refs:BUILD_WAIT_FOR_BIT (Results 1 - 2 of 2) sorted by last modified time

/u-boot/drivers/net/
H A Dftgmac100.c474 BUILD_WAIT_FOR_BIT(ftgmac100_txdone, u32, ftgmac100_read_txdesc)
/u-boot/include/
H A Dwait_bit.h37 #define BUILD_WAIT_FOR_BIT(sfx, type, read) \ macro
75 BUILD_WAIT_FOR_BIT(8, u8, readb)
76 BUILD_WAIT_FOR_BIT(le16, u16, readw)
77 BUILD_WAIT_FOR_BIT(16, u16, readw)
79 BUILD_WAIT_FOR_BIT(be16, u16, readw_be)
81 BUILD_WAIT_FOR_BIT(le32, u32, readl)
82 BUILD_WAIT_FOR_BIT(32, u32, readl)
84 BUILD_WAIT_FOR_BIT(be32, u32, readl_be)

Completed in 51 milliseconds