Searched refs:swrst_reg (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/reset/ |
D | reset_npcx.c | 33 struct swrst_reg *reg_base; 39 struct swrst_reg *const reg = config->reg_base; in reset_npcx_line_toggle() 74 .reg_base = (struct swrst_reg *)DT_INST_REG_ADDR(0),
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | registers.c | 194 NPCX_REG_SIZE_CHECK(swrst_reg, 0x014); 195 NPCX_REG_OFFSET_CHECK(swrst_reg, SWRST_TRG, 0x000); 196 NPCX_REG_OFFSET_CHECK(swrst_reg, SWRST_CTL[0], 0x004); 197 NPCX_REG_OFFSET_CHECK(swrst_reg, SWRST_CTL[1], 0x008); 198 NPCX_REG_OFFSET_CHECK(swrst_reg, SWRST_CTL[2], 0x00c); 199 NPCX_REG_OFFSET_CHECK(swrst_reg, SWRST_CTL[3], 0x010);
|
/Zephyr-latest/soc/nuvoton/npcx/common/reg/ |
D | reg_def.h | 1795 struct swrst_reg { struct
|