| D | mips-cps.h | 20 #define CPS_ACCESSOR_A(unit, off, name) \ argument 23 return mips_##unit##_base + (off); \ 94 #define CPS_ACCESSOR_RO(unit, sz, off, name) \ argument 95 CPS_ACCESSOR_A(unit, off, name) \ 98 #define CPS_ACCESSOR_WO(unit, sz, off, name) \ argument 99 CPS_ACCESSOR_A(unit, off, name) \ 102 #define CPS_ACCESSOR_RW(unit, sz, off, name) \ argument 103 CPS_ACCESSOR_A(unit, off, name) \ 108 #include <asm/mips-cm.h> 109 #include <asm/mips-cpc.h> [all …]
|