Searched refs:IBLS_BUSY (Results 1 – 5 of 5) sorted by relevance
90 #define BTE_ACTIVE (IBLS_BUSY | IBLS_ERROR)91 #define BTE_WORD_AVAILABLE (IBLS_BUSY << 1)127 is_shub2() ? BTE_CTRL_STORE(_bte, IBLS_BUSY | (_mode << 24) | _len) \
3078 #define IBLS_BUSY (0x1UL << 20) macro
155 if (!(status & IBLS_BUSY)) in shub2_bte_error_handler()
49 BTE_CTRL_STORE(bte, (IBLS_BUSY | ((len) | (mode) << 24))); in bte_start_transfer()
925 #define IBLS_BUSY (0x1 << 20) macro