Searched refs:rci2_base (Results 1 – 1 of 1) sorted by relevance
39 static u8 *rci2_base; variable49 u16 *base = (u16 *)rci2_base; in checksum()79 rci2_base = memremap(rci2_table_phys, in efi_rci2_sysfs_init()82 if (!rci2_base) { in efi_rci2_sysfs_init()87 if (strncmp(rci2_base + in efi_rci2_sysfs_init()95 rci2_table_len = *(u32 *)(rci2_base + in efi_rci2_sysfs_init()99 memunmap(rci2_base); in efi_rci2_sysfs_init()106 rci2_base = memremap(rci2_table_phys, rci2_table_len, MEMREMAP_WB); in efi_rci2_sysfs_init()107 if (!rci2_base) { in efi_rci2_sysfs_init()125 bin_attr_rci2.private = rci2_base; in efi_rci2_sysfs_init()[all …]
Completed in 4 milliseconds