Searched refs:NPCX_PUPD_EN (Results 1 – 2 of 2) sorted by relevance
78 NPCX_PUPD_EN(scfg_base, pupd->group) &= ~BIT(pupd->bit); in npcx_periph_pupd_configure()80 NPCX_PUPD_EN(scfg_base, pupd->group) |= BIT(pupd->bit); in npcx_periph_pupd_configure()
244 #define NPCX_PUPD_EN(base, n) \ macro