Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_npcx.c511 inst->SHICFG5 |= BIT(NPCX_SHICFG5_IBUFLVL2DIS); in shi_npcx_sec_ibf_int_enable()
512 SET_FIELD(inst->SHICFG5, NPCX_SHICFG5_IBUFLVL2, SHI_IBUFLVL2_THRESHOLD); in shi_npcx_sec_ibf_int_enable()
513 inst->SHICFG5 &= ~BIT(NPCX_SHICFG5_IBUFLVL2DIS); in shi_npcx_sec_ibf_int_enable()
522 inst->SHICFG5 |= BIT(NPCX_SHICFG5_IBUFLVL2DIS); in shi_npcx_sec_ibf_int_enable()
523 SET_FIELD(inst->SHICFG5, NPCX_SHICFG5_IBUFLVL2, 0); in shi_npcx_sec_ibf_int_enable()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h1708 volatile uint8_t SHICFG5; member