Home
last modified time | relevance | path

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

/drivers/watchdog/
Dhpwdt.c215 static int cru_detect(unsigned long map_entry, in cru_detect() argument
226 bios32_map = ioremap(map_entry, (2 * PAGE_SIZE)); in cru_detect()
300 unsigned long map_entry, map_offset; in bios32_present() local
317 map_entry = bios_32_ptr->entry_point & ~(PAGE_SIZE - 1); in bios32_present()
318 map_offset = bios_32_ptr->entry_point - map_entry; in bios32_present()
320 return cru_detect(map_entry, map_offset); in bios32_present()