Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h138 static inline uint32_t npcx_pwdwn_ctl_offset(uint32_t ctl_no) in npcx_pwdwn_ctl_offset() argument
140 if (ctl_no < 6) { in npcx_pwdwn_ctl_offset()
141 return 0x008 + ctl_no; in npcx_pwdwn_ctl_offset()
143 return 0x024 + ctl_no - 6; in npcx_pwdwn_ctl_offset()