Searched refs:NPCX_LV_GPIO_CTL_OFFSET (Results 1 – 4 of 4) sorted by relevance
15 #define NPCX_LV_GPIO_CTL_OFFSET(n) ((n < 5) ? (0x02a + n) : (0x021 + n)) macro
15 #define NPCX_LV_GPIO_CTL_OFFSET(n) (0x150 + n) macro
247 (*(volatile uint8_t *)(base + NPCX_LV_GPIO_CTL_OFFSET(n)))