Searched refs:cru_rom_addr (Results 1 – 1 of 1) sorted by relevance
153 static void *cru_rom_addr; variable251 cru_rom_addr = in cru_detect()253 if (cru_rom_addr) { in cru_detect()254 set_memory_x((unsigned long)cru_rom_addr & PAGE_MASK, in cru_detect()263 pr_debug("CRU Mapped Address: %p\n", &cru_rom_addr); in cru_detect()410 cru_rom_addr = ioremap(cru_physical_address, in dmi_find_cru()412 set_memory_x((unsigned long)cru_rom_addr & PAGE_MASK, in dmi_find_cru()420 cru_rom_addr = NULL; in detect_cru_service()425 return ((cru_rom_addr != NULL) ? 0 : -ENODEV); in detect_cru_service()489 asminline_call(&cmn_regs, cru_rom_addr); in hpwdt_pretimeout()[all …]