Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/include/asm/sn/
Dbte.h118 #define BTE_CTRL_STORE(_bte, _x) \ macro
129 is_shub2() ? BTE_CTRL_STORE(_bte, IBLS_BUSY | (_mode << 24) | _len) \
131 BTE_CTRL_STORE(_bte, _mode)
/Linux-v4.19/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()