Searched refs:host_c2h_write_io_cfg_reg (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/espi/ |
D | host_subs_npcx.c | 713 void host_c2h_write_io_cfg_reg(uint8_t reg_index, uint8_t reg_data) in host_c2h_write_io_cfg_reg() function 1010 host_c2h_write_io_cfg_reg(EC_CFG_IDX_LDN, EC_CFG_LDN_KBC); in npcx_host_init_subs_host_domain() 1011 host_c2h_write_io_cfg_reg(EC_CFG_IDX_CTRL, EC_CFG_IDX_CTRL_LDN_ENABLE); in npcx_host_init_subs_host_domain() 1013 host_c2h_write_io_cfg_reg(EC_CFG_IDX_LDN, EC_CFG_LDN_MOUSE); in npcx_host_init_subs_host_domain() 1014 host_c2h_write_io_cfg_reg(EC_CFG_IDX_CTRL, EC_CFG_IDX_CTRL_LDN_ENABLE); in npcx_host_init_subs_host_domain() 1022 host_c2h_write_io_cfg_reg(EC_CFG_IDX_LDN, EC_CFG_LDN_ACPI); in npcx_host_init_subs_host_domain() 1023 host_c2h_write_io_cfg_reg(EC_CFG_IDX_CTRL, EC_CFG_IDX_CTRL_LDN_ENABLE); in npcx_host_init_subs_host_domain() 1029 host_c2h_write_io_cfg_reg(EC_CFG_IDX_LDN, EC_CFG_LDN_HCMD); in npcx_host_init_subs_host_domain() 1032 host_c2h_write_io_cfg_reg(EC_CFG_IDX_DATA_IO_ADDR_H, in npcx_host_init_subs_host_domain() 1034 host_c2h_write_io_cfg_reg(EC_CFG_IDX_DATA_IO_ADDR_L, in npcx_host_init_subs_host_domain() [all …]
|