Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_i3c_pvt.c1382 regs->MAX_RW_LEN = (regs->MAX_RW_LEN & ~(MEC_GENMASK(31, 16))) | (mrl << MRL_BITPOS); in _i3c_tgt_mrl_set()
1390 regs->MAX_RW_LEN = (regs->MAX_RW_LEN & ~(MEC_GENMASK(15, 0))) | (mwl << MWL_BITPOS); in _i3c_tgt_mwl_set()
1489 *max_rd_len = (uint16_t)(regs->MAX_RW_LEN >> 16); in _i3c_tgt_MRL_get()
1497 *max_wr_len = (uint16_t)(regs->MAX_RW_LEN & 0xFFFF); in _i3c_tgt_MWL_get()
1505 regs->MAX_RW_LEN = ((uint32_t)max_rd_len << 16) | max_wr_len; in _i3c_tgt_MRL_MWL_set()
1513 *max_wr_len = (uint16_t)(regs->MAX_RW_LEN & 0xFFFFu); in _i3c_tgt_MWL_set()
/hal_microchip-latest/mec5/devices/common/
Dmec5_i3c_sec_v2.h49 …__IOM uint32_t MAX_RW_LEN; /*!< (@ 0x0000007C) Maximum read-write length regist… member