Searched refs:EXTLEN (Results 1 – 3 of 3) sorted by relevance
202 base->EXTLEN = 0; in i2c_config()879 regs->EXTLEN = ((ntx >> 8) & 0xffu) | (nrx & 0xff00u); in mec_hal_i2c_nl_cm_cfg_start()905 mec_i2c_nl_dbg_save[3] = regs->EXTLEN; in mec_hal_i2c_nl_cm_cfg_start()948 uint16_t wrcnt = (uint16_t)((regs->EXTLEN & 0xffu) << 8); in mec_hal_i2c_nl_cm_event()949 uint16_t rdcnt = (uint16_t)(regs->EXTLEN & 0xff00u); in mec_hal_i2c_nl_cm_event()975 ctx->base->EXTLEN = 0; in mec_hal_i2c_nl_cmd_clear()1018 elen = regs->EXTLEN; in mec_hal_i2c_nl_state_get()1049 cnt = regs->EXTLEN; in mec_hal_i2c_nl_cm_xfr_count_get()1100 regs->EXTLEN = (regs->EXTLEN & (uint32_t)~emsk) | ((cnt_msb << epos) & emsk); in mec_hal_i2c_nl_cm_xfr_count_set()1217 regs->EXTLEN = (regs->EXTLEN & 0xffffu) | elen; in mec_hal_i2c_nl_tm_config()[all …]
34 …__IOM uint32_t EXTLEN; /*!< (@ 0x0000001C) I2C-SMB Network layer extended l… member