Home
last modified time | relevance | path

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

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