Searched refs:cnt_msb (Results 1 – 1 of 1) sorted by relevance
1073 uint32_t cnt_lsb = 0, cnt_msb = 0; in mec_hal_i2c_nl_cm_xfr_count_set() local1098 cnt_msb = (cnt >> 8) & 0xffu; in mec_hal_i2c_nl_cm_xfr_count_set()1100 regs->EXTLEN = (regs->EXTLEN & (uint32_t)~emsk) | ((cnt_msb << epos) & emsk); in mec_hal_i2c_nl_cm_xfr_count_set()1278 uint32_t cnt_lsb = 0, cnt_msb = 0; in mec_hal_i2c_nl_tm_xfr_count_set() local1303 cnt_msb = (cnt >> 8) & 0xffu; in mec_hal_i2c_nl_tm_xfr_count_set()1305 regs->EXTLEN = (regs->EXTLEN & (uint32_t)~emsk) | ((cnt_msb << epos) & emsk); in mec_hal_i2c_nl_tm_xfr_count_set()