Lines Matching refs:cru_rom_addr
152 static void *cru_rom_addr; variable
251 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()
760 if (cru_rom_addr) in hpwdt_init_nmi_decoding()
761 iounmap(cru_rom_addr); in hpwdt_init_nmi_decoding()
770 if (cru_rom_addr) in hpwdt_exit_nmi_decoding()
771 iounmap(cru_rom_addr); in hpwdt_exit_nmi_decoding()