Searched refs:tm_cmd (Results 1 – 1 of 1) sorted by relevance
1168 uint32_t tm_cmd = 0; in mec_hal_i2c_nl_tm_config() local1200 tm_cmd = (((uint32_t)nrx << MEC_I2C_SMB_TM_CMD_RDCNT_LSB_Pos) in mec_hal_i2c_nl_tm_config()1202 tm_cmd |= (((uint32_t)ntx << MEC_I2C_SMB_TM_CMD_WRCNT_LSB_Pos) in mec_hal_i2c_nl_tm_config()1206 tm_cmd |= (MEC_BIT(MEC_I2C_SMB_TM_CMD_RUN_Pos) in mec_hal_i2c_nl_tm_config()1211 ctx->cmdctrl = (uint16_t)(tm_cmd & 0xffu); in mec_hal_i2c_nl_tm_config()1218 regs->TM_CMD = tm_cmd; in mec_hal_i2c_nl_tm_config()1232 uint32_t tm_cmd = regs->TM_CMD; in mec_hal_i2c_nl_tm_event() local1237 wrcnt |= (uint16_t)((tm_cmd >> 8) & 0xffu); in mec_hal_i2c_nl_tm_event()1238 rdcnt |= (uint16_t)((tm_cmd >> 16) & 0xffu); in mec_hal_i2c_nl_tm_event()1240 if (!tm_cmd && (ctx->wrcnt || ctx->rdcnt)) { in mec_hal_i2c_nl_tm_event()[all …]