Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nuvoton/npcx/common/
Dscfg.c84 NPCX_LV_GPIO_CTL(scfg_base, lvol_ctrl) |= BIT(lvol_bit); in npcx_lvol_set_detect_level()
86 NPCX_LV_GPIO_CTL(scfg_base, lvol_ctrl) &= ~BIT(lvol_bit); in npcx_lvol_set_detect_level()
94 return NPCX_LV_GPIO_CTL(scfg_base, lvol_ctrl) & BIT(lvol_bit); in npcx_lvol_get_detect_level()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h246 #define NPCX_LV_GPIO_CTL(base, n) \ macro