Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drv1106_pm.c103 { 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 Drkpm_helpers.h50 #define REG_REGION(_start, _end, _stride, _base, _wmsk) \ macro