Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/wtdg/arch/hi3516cv500/
Dhi_wtdg_hal.h28 #define HIWDT_BASE 0x12051000 /* define watchdog IO */ macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/wtdg/
Dhi_wtdg.c32 #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()