Searched refs:STATUS2 (Results 1 – 2 of 2) sorted by relevance
140 while (!(regs->STATUS2 & MCHP_PECI_STS2_IDLE)) { in check_bus_idle()250 if (regs->STATUS2 & MCHP_PECI_STS2_WFF) { in peci_xec_write()266 if (!(regs->STATUS2 & MCHP_PECI_STS2_WFF)) { in peci_xec_write()329 while (regs->STATUS2 & MCHP_PECI_STS2_RFE) { in peci_xec_read()425 LOG_DBG("PECI sts2 %x", regs->STATUS2); in peci_xec_transfer()492 uint8_t peci_status2 = regs->STATUS2; in peci_xec_isr()
126 volatile uint8_t STATUS2; member