Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/
Dhisi_thermal.c42 #define HI3660_OFFSET(chan) ((chan) * 0x40) macro
43 #define HI3660_TEMP(chan) (HI3660_OFFSET(chan) + 0x1C)
44 #define HI3660_TH(chan) (HI3660_OFFSET(chan) + 0x20)
45 #define HI3660_LAG(chan) (HI3660_OFFSET(chan) + 0x28)
46 #define HI3660_INT_EN(chan) (HI3660_OFFSET(chan) + 0x2C)
47 #define HI3660_INT_CLR(chan) (HI3660_OFFSET(chan) + 0x30)