Searched refs:REG_REGION (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/ |
| H A D | rv1106_pm.c | 103 { REG_REGION(0x300, 0x310, 4, &corecru_base, WMSK_VAL)}, 104 { REG_REGION(0x800, 0x804, 4, &corecru_base, WMSK_VAL)}, 107 { REG_REGION(0x004, 0x014, 4, &coresgrf_base, 0)}, 108 { REG_REGION(0x000, 0x000, 4, &coresgrf_base, 0)}, 109 { REG_REGION(0x020, 0x030, 4, &coresgrf_base, WMSK_VAL)}, 110 { REG_REGION(0x040, 0x040, 4, &coresgrf_base, WMSK_VAL)}, 111 { REG_REGION(0x044, 0x044, 4, &coresgrf_base, 0)}, 114 { REG_REGION(0x004, 0x004, 4, &coregrf_base, WMSK_VAL)}, 115 { REG_REGION(0x008, 0x010, 4, &coregrf_base, 0)}, 116 { REG_REGION(0x024, 0x028, 4, &coregrf_base, 0)}, [all …]
|
| H A D | rkpm_helpers.h | 50 #define REG_REGION(_start, _end, _stride, _base, _wmsk) \ macro
|