Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/loongson64/
H A Dhpet.c43 return *(volatile unsigned int *)(HPET_MMIO_ADDR + offset); in hpet_read()
48 *(volatile unsigned int *)(HPET_MMIO_ADDR + offset) = data; in hpet_write()
/openbmc/linux/arch/mips/include/asm/
H A Dhpet.h67 #define HPET_MMIO_ADDR 0x90000e0000020000 macro