Home
last modified time | relevance | path

Searched refs:IBLS_BUSY (Results 1 – 5 of 5) sorted by relevance

/arch/ia64/include/asm/sn/
Dbte.h90 #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) \
Dshubio.h3078 #define IBLS_BUSY (0x1UL << 20) macro
/arch/ia64/sn/kernel/
Dbte_error.c155 if (!(status & IBLS_BUSY)) in shub2_bte_error_handler()
Dbte.c49 BTE_CTRL_STORE(bte, (IBLS_BUSY | ((len) | (mode) << 24))); in bte_start_transfer()
/arch/mips/include/asm/sn/sn0/
Dhubio.h925 #define IBLS_BUSY (0x1 << 20) macro