Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/loongson/loongson-3/
Dhpet.c11 #define SMBUS_CFG_BASE (loongson_sysconf.ht_control_base + 0x0300a000) macro
21 return *(volatile unsigned int *)(SMBUS_CFG_BASE + offset); in smbus_read()
26 *(volatile unsigned int *)(SMBUS_CFG_BASE + offset) = data; in smbus_write()