Home
last modified time | relevance | path

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

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