Searched refs:HIWDT_BASE (Results 1 – 2 of 2) sorted by relevance
28 #define HIWDT_BASE 0x12051000 /* define watchdog IO */ macro
32 #define hiwdt_reg(x) (HIWDT_BASE + (x))46 #define hiwdt_io_address(x) ((uintptr_t)g_wtdg_reg_base + (x) - HIWDT_BASE)383 …g_wtdg_reg_base = (volatile void *)osal_ioremap(HIWDT_BASE, 0x1000); /* 0x1000: watch dog reg leng… in ptr_ioremap()