Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/espi/
Dhost_subs_npcx.c407 struct pmch_reg *const inst_hcmd = host_sub_cfg.inst_pm_hcmd; in host_hcmd_init() local
426 inst_hcmd->HIPMST &= ~BIT(NPCX_HIPMST_F0); in host_hcmd_init()
433 inst_hcmd->HIPMCTL |= BIT(7) | BIT(NPCX_HIPMCTL_IBFIE); in host_hcmd_init()
474 struct pmch_reg *const inst_hcmd = host_sub_cfg.inst_pm_hcmd; in host_pmch_ibf_isr() local
489 if (IS_BIT_SET(inst_hcmd->HIPMST, NPCX_HIPMST_IBF)) { in host_pmch_ibf_isr()
491 inst_hcmd->HIPMST |= BIT(NPCX_HIPMST_F0); in host_pmch_ibf_isr()
493 in_data = inst_hcmd->HIPMDI; in host_pmch_ibf_isr()
967 struct pmch_reg *const inst_hcmd = host_sub_cfg.inst_pm_hcmd; in npcx_host_periph_write_request() local
982 inst_hcmd->HIPMDO = (*data & 0xff); in npcx_host_periph_write_request()
984 inst_hcmd->HIPMST &= ~BIT(NPCX_HIPMST_F0); in npcx_host_periph_write_request()