Searched refs:BUILD_WAIT_FOR_BIT (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | wait_bit.h | 36 #define BUILD_WAIT_FOR_BIT(sfx, type, read) \ macro 74 BUILD_WAIT_FOR_BIT(8, u8, readb) 75 BUILD_WAIT_FOR_BIT(le16, u16, readw) 77 BUILD_WAIT_FOR_BIT(be16, u16, readw_be) 79 BUILD_WAIT_FOR_BIT(le32, u32, readl) 81 BUILD_WAIT_FOR_BIT(be32, u32, readl_be)
|