Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/loongson/loongson-3/
Dhpet.c39 return *(volatile unsigned int *)(HPET_MMIO_ADDR + offset); in hpet_read()
44 *(volatile unsigned int *)(HPET_MMIO_ADDR + offset) = data; in hpet_write()
/linux-4.1.27/arch/mips/include/asm/
Dhpet.h66 #define HPET_MMIO_ADDR 0x90000e0000020000 macro