Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/kernel/
H A Dkdebugfs.c15 int val = *(int *)info << CSR_STFILL_SHIFT; in set_sfb_state()
25 state = (csr_read32(LOONGARCH_CSR_IMPCTL1) & CSR_STFILL) >> CSR_STFILL_SHIFT; in sfb_read()
157 sfb_state = (csr_read32(LOONGARCH_CSR_IMPCTL1) & CSR_STFILL) >> CSR_STFILL_SHIFT; in arch_kdebugfs_init()
/linux-6.15/arch/loongarch/include/asm/
H A Dloongarch.h606 #define CSR_STFILL_SHIFT 8 macro
607 #define CSR_STFILL (_ULCAST_(1) << CSR_STFILL_SHIFT)