Home
last modified time | relevance | path

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

/arch/ia64/include/asm/sn/
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)
/arch/ia64/sn/kernel/
Dbte.c49 BTE_CTRL_STORE(bte, (IBLS_BUSY | ((len) | (mode) << 24))); in bte_start_transfer()
52 BTE_CTRL_STORE(bte, mode); in bte_start_transfer()