Searched refs:cru_rom_addr (Results 1 – 1 of 1) sorted by relevance
152 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()411 cru_rom_addr = ioremap(cru_physical_address, in dmi_find_cru()413 set_memory_x((unsigned long)cru_rom_addr & PAGE_MASK, in dmi_find_cru()421 cru_rom_addr = NULL; in detect_cru_service()426 return ((cru_rom_addr != NULL) ? 0 : -ENODEV); in detect_cru_service()490 asminline_call(&cmn_regs, cru_rom_addr); in hpwdt_pretimeout()[all …]