Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/firmware/efi/
A Drci2-table.c39 static u8 *rci2_base; variable
57 u16 *base = (u16 *)rci2_base; in checksum()
87 rci2_base = memremap(rci2_table_phys, in efi_rci2_sysfs_init()
90 if (!rci2_base) { in efi_rci2_sysfs_init()
95 if (strncmp(rci2_base + in efi_rci2_sysfs_init()
103 rci2_table_len = *(u32 *)(rci2_base + in efi_rci2_sysfs_init()
107 memunmap(rci2_base); in efi_rci2_sysfs_init()
114 rci2_base = memremap(rci2_table_phys, rci2_table_len, MEMREMAP_WB); in efi_rci2_sysfs_init()
115 if (!rci2_base) { in efi_rci2_sysfs_init()
133 bin_attr_rci2.private = rci2_base; in efi_rci2_sysfs_init()
[all …]

Completed in 3 milliseconds