Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/
Dhisi_thermal.c34 #define HI3660_OFFSET(chan) ((chan) * 0x40) macro
35 #define HI3660_TEMP(chan) (HI3660_OFFSET(chan) + 0x1C)
36 #define HI3660_TH(chan) (HI3660_OFFSET(chan) + 0x20)
37 #define HI3660_LAG(chan) (HI3660_OFFSET(chan) + 0x28)
38 #define HI3660_INT_EN(chan) (HI3660_OFFSET(chan) + 0x2C)
39 #define HI3660_INT_CLR(chan) (HI3660_OFFSET(chan) + 0x30)