Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_i2c.c947 uint32_t cm_cmd = regs->CM_CMD; in mec_hal_i2c_nl_cm_event() local
951 wrcnt |= (uint16_t)((cm_cmd >> 16) & 0xffu); in mec_hal_i2c_nl_cm_event()
952 rdcnt |= (uint16_t)((cm_cmd >> 24) & 0xffu); in mec_hal_i2c_nl_cm_event()
954 if (!cm_cmd && !(ctx->wrcnt || ctx->rdcnt)) { in mec_hal_i2c_nl_cm_event()
956 } else if (rdcnt && !wrcnt && ((cm_cmd & 0x03u) == 0x01)) { in mec_hal_i2c_nl_cm_event()