Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/ralink/
Dill_acc.c19 #define ILL_ACC_WRITE BIT(30) macro
39 (type & ILL_ACC_WRITE) ? ("write") : ("read"), in ill_acc_irq_handler()