Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_npcx.c119 struct npcx_wui shi_cs_wui; member
844 npcx_miwu_irq_disable(&config->shi_cs_wui); in shi_npcx_enable()
858 npcx_miwu_irq_get_and_clear_pending(&config->shi_cs_wui); in shi_npcx_enable()
859 npcx_miwu_irq_enable(&config->shi_cs_wui); in shi_npcx_enable()
875 npcx_miwu_irq_disable(&config->shi_cs_wui); in shi_npcx_disable()
989 npcx_miwu_interrupt_configure(&config->shi_cs_wui, NPCX_MIWU_MODE_EDGE, in shi_npcx_init_registers()
992 npcx_miwu_init_dev_callback(&data->shi_cs_wui_cb, &config->shi_cs_wui, shi_npcx_cs_wui_isr, in shi_npcx_init_registers()
996 npcx_miwu_interrupt_configure(&config->shi_cs_wui, NPCX_MIWU_MODE_EDGE, NPCX_MIWU_TRIG_LOW); in shi_npcx_init_registers()
1138 .shi_cs_wui = NPCX_DT_WUI_ITEM_BY_NAME(0, shi_cs_wui),