Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/peci/
Dpeci_ite_it8xxx2.c138 struct peci_it8xxx2_regs *const peci_regs = in peci_it8xxx2_check_host_finish() local
148 if (peci_regs->HOSTAR != FINISH) { in peci_it8xxx2_check_host_finish()
149 LOG_ERR("[PECI] Error: HOSTAR=0x%02X\r\n", peci_regs->HOSTAR); in peci_it8xxx2_check_host_finish()
160 struct peci_it8xxx2_regs *const peci_regs = in peci_it8xxx2_configure() local
168 (peci_regs->HOCTL2R) & (~(PECI_IT8XXX2_BITRATE_BITS_MASK)); in peci_it8xxx2_configure()
186 peci_regs->HOCTL2R = hoctl2r_to_write; in peci_it8xxx2_configure()
190 peci_regs->HOCTL2R = hoctl2r_to_write; in peci_it8xxx2_configure()
198 struct peci_it8xxx2_regs *const peci_regs = in peci_it8xxx2_enable() local
201 peci_regs->HOCTLR |= (FIFOCLR|FCSERR_ABT|PECIHEN|CONTROL); in peci_it8xxx2_enable()
209 struct peci_it8xxx2_regs *const peci_regs = in peci_it8xxx2_disable() local
[all …]
Dpeci_mchp_xec.c47 struct peci_regs * const regs;
132 static int check_bus_idle(struct peci_regs * const regs) in check_bus_idle()
156 struct peci_regs * const regs = cfg->regs; in peci_xec_configure()
179 struct peci_regs * const regs = cfg->regs; in peci_xec_disable()
201 struct peci_regs * const regs = cfg->regs; in peci_xec_enable()
217 struct peci_regs * const regs = cfg->regs; in peci_xec_bus_recovery()
242 struct peci_regs * const regs = cfg->regs; in peci_xec_write()
315 struct peci_regs * const regs = cfg->regs; in peci_xec_read()
377 struct peci_regs * const regs = cfg->regs; in peci_xec_transfer()
448 struct peci_regs * const regs = devcfg->regs; in peci_xec_pm_action()
[all …]
/Zephyr-latest/soc/microchip/mec/mec172x/
Ddevice_power.c22 ((struct peci_regs *)(DT_REG_ADDR(DT_NODELABEL(peci0))))
259 struct peci_regs *peci = PECI_XEC_REG_BASE; in deep_sleep_save_blocks()
318 struct peci_regs *peci = PECI_XEC_REG_BASE; in deep_sleep_restore_blocks()
/Zephyr-latest/soc/microchip/mec/common/reg/
Dmec_peci.h117 struct peci_regs { struct