Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dhpwdt.c216 static int cru_detect(unsigned long map_entry, in cru_detect() argument
227 bios32_map = ioremap(map_entry, (2 * PAGE_SIZE)); in cru_detect()
301 unsigned long map_entry, map_offset; in bios32_present() local
318 map_entry = bios_32_ptr->entry_point & ~(PAGE_SIZE - 1); in bios32_present()
319 map_offset = bios_32_ptr->entry_point - map_entry; in bios32_present()
321 return cru_detect(map_entry, map_offset); in bios32_present()
/linux-4.4.14/arch/blackfin/kernel/
Dbfin_gpio.c144 #define map_entry(m, i) reserved_##m##_map[gpio_bank(i)] macro
145 #define is_reserved(m, i, e) (map_entry(m, i) & gpio_bit(i))
146 #define reserve(m, i) (map_entry(m, i) |= gpio_bit(i))
147 #define unreserve(m, i) (map_entry(m, i) &= ~gpio_bit(i))
550 mask = map_entry(wakeup, i); in bfin_gpio_pm_standby_ctrl()
/linux-4.4.14/drivers/nvdimm/
Dbtt.c447 u32 i, map_entry; in btt_freelist_init() local
474 ret = btt_map_read(arena, le32_to_cpu(log_new.lba), &map_entry, in btt_freelist_init()
478 if ((le32_to_cpu(log_new.new_map) != map_entry) && in btt_freelist_init()
479 (le32_to_cpu(log_new.old_map) == map_entry)) { in btt_freelist_init()