Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/espi/
Dhost_subs_npcx.c384 inst_acpi->HIPMCTL |= BIT(7) | BIT(NPCX_HIPMCTL_IBFIE); in host_acpi_init()
433 inst_hcmd->HIPMCTL |= BIT(7) | BIT(NPCX_HIPMCTL_IBFIE); in host_hcmd_init()
838 if (!IS_BIT_SET(inst_acpi->HIPMCTL, NPCX_HIPMCTL_IBFIE)) { in npcx_host_periph_read_request()
949 if (!IS_BIT_SET(inst_acpi->HIPMCTL, NPCX_HIPMCTL_IBFIE)) { in npcx_host_periph_write_request()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h1075 #define NPCX_HIPMCTL_IBFIE 0 macro