Searched refs:BTE_CTRL_STORE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/ia64/include/asm/sn/
H A Dbte.h116 #define BTE_CTRL_STORE(_bte, _x) \ macro
127 is_shub2() ? BTE_CTRL_STORE(_bte, IBLS_BUSY | (_mode << 24) | _len) \
129 BTE_CTRL_STORE(_bte, _mode)
/linux-4.1.27/arch/ia64/sn/kernel/
H A Dbte.c49 BTE_CTRL_STORE(bte, (IBLS_BUSY | ((len) | (mode) << 24))); bte_start_transfer()
52 BTE_CTRL_STORE(bte, mode); bte_start_transfer()

Completed in 106 milliseconds