Lines Matching defs:rci2_base
39 static u8 *rci2_base;
57 u16 *base = (u16 *)rci2_base;
87 rci2_base = memremap(rci2_table_phys,
90 if (!rci2_base) {
95 if (strncmp(rci2_base +
103 rci2_table_len = *(u32 *)(rci2_base +
107 memunmap(rci2_base);
114 rci2_base = memremap(rci2_table_phys, rci2_table_len, MEMREMAP_WB);
115 if (!rci2_base) {
133 bin_attr_rci2.private = rci2_base;
145 memunmap(rci2_base);