Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dhisi_thermal.c33 #define HI3660_OFFSET(chan) ((chan) * 0x40) macro
34 #define HI3660_TEMP(chan) (HI3660_OFFSET(chan) + 0x1C)
35 #define HI3660_TH(chan) (HI3660_OFFSET(chan) + 0x20)
36 #define HI3660_LAG(chan) (HI3660_OFFSET(chan) + 0x28)
37 #define HI3660_INT_EN(chan) (HI3660_OFFSET(chan) + 0x2C)
38 #define HI3660_INT_CLR(chan) (HI3660_OFFSET(chan) + 0x30)