Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/espi/
Dhost_subs_npcx.c687 while (IS_BIT_SET(inst_c2h->SIBCTRL, NPCX_SIBCTRL_CSWR)) { in host_c2h_wait_write_done()
704 while (IS_BIT_SET(inst_c2h->SIBCTRL, NPCX_SIBCTRL_CSRD)) { in host_c2h_wait_read_done()
789 inst_c2h->SIBCTRL |= BIT(NPCX_SIBCTRL_CSRD); in host_c2h_read_io_cfg_reg()
1003 inst_c2h->SIBCTRL |= BIT(NPCX_SIBCTRL_CSAE); in npcx_host_init_subs_host_domain()
/Zephyr-latest/soc/nuvoton/npcx/common/
Dregisters.c117 NPCX_REG_OFFSET_CHECK(c2h_reg, SIBCTRL, 0x00a);
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h1105 volatile uint8_t SIBCTRL; member