diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/mipsregs.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mipsregs.h b/arch/mips/include/asm/mipsregs.h index 2ea7b817feb8..7f87d824eeb0 100644 --- a/arch/mips/include/asm/mipsregs.h +++ b/arch/mips/include/asm/mipsregs.h | |||
@@ -1106,7 +1106,7 @@ do { \ | |||
1106 | #define read_c0_brcm_reset() __read_32bit_c0_register($22, 5) | 1106 | #define read_c0_brcm_reset() __read_32bit_c0_register($22, 5) |
1107 | #define write_c0_brcm_reset(val) __write_32bit_c0_register($22, 5, val) | 1107 | #define write_c0_brcm_reset(val) __write_32bit_c0_register($22, 5, val) |
1108 | 1108 | ||
1109 | /* BMIPS4380 */ | 1109 | /* BMIPS43xx */ |
1110 | #define read_c0_brcm_cmt_intr() __read_32bit_c0_register($22, 1) | 1110 | #define read_c0_brcm_cmt_intr() __read_32bit_c0_register($22, 1) |
1111 | #define write_c0_brcm_cmt_intr(val) __write_32bit_c0_register($22, 1, val) | 1111 | #define write_c0_brcm_cmt_intr(val) __write_32bit_c0_register($22, 1, val) |
1112 | 1112 | ||
@@ -1667,6 +1667,13 @@ __BUILD_SET_C0(config) | |||
1667 | __BUILD_SET_C0(intcontrol) | 1667 | __BUILD_SET_C0(intcontrol) |
1668 | __BUILD_SET_C0(intctl) | 1668 | __BUILD_SET_C0(intctl) |
1669 | __BUILD_SET_C0(srsmap) | 1669 | __BUILD_SET_C0(srsmap) |
1670 | __BUILD_SET_C0(brcm_config_0) | ||
1671 | __BUILD_SET_C0(brcm_bus_pll) | ||
1672 | __BUILD_SET_C0(brcm_reset) | ||
1673 | __BUILD_SET_C0(brcm_cmt_intr) | ||
1674 | __BUILD_SET_C0(brcm_cmt_ctrl) | ||
1675 | __BUILD_SET_C0(brcm_config) | ||
1676 | __BUILD_SET_C0(brcm_mode) | ||
1670 | 1677 | ||
1671 | #endif /* !__ASSEMBLY__ */ | 1678 | #endif /* !__ASSEMBLY__ */ |
1672 | 1679 | ||