Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/i3c/
Dccc.h741 uint8_t maxwr; member
749 uint8_t maxwr; member
826 #define I3C_CCC_GETMXDS_MAXWR_MAX_SDR_FSCL(maxwr) \ argument
827 FIELD_GET(I3C_CCC_GETMXDS_MAXWR_MAX_SDR_FSCL_MASK, (maxwr))
/Zephyr-latest/drivers/i3c/
Di3c_shell.c223 desc->data_speed.maxwr, in cmd_i3c_info()
272 desc->data_speed.maxwr, in cmd_i3c_info()
1734 desc->data_speed.maxwr = mxds.fmt3.wrrdturn[0]; in cmd_i3c_ccc_getmxds()
1743 mxds.fmt2.maxwr, mxds.fmt2.maxrd, sys_get_le24(mxds.fmt2.maxrdturn)); in cmd_i3c_ccc_getmxds()
1745 desc->data_speed.maxwr = mxds.fmt2.maxwr; in cmd_i3c_ccc_getmxds()
Di3c_ccc.c865 mxds->fmt1.maxwr = data[0]; in i3c_ccc_do_getmxds()
872 mxds->fmt2.maxwr = data[0]; in i3c_ccc_do_getmxds()
Di3c_common.c820 if ((target->data_speed.maxwr & I3C_CCC_GETMXDS_MAXWR_DEFINING_BYTE_SUPPORT) && in i3c_device_adv_info_get()
Di3c_dw.c830 target->data_speed.maxwr); in dw_i3c_xfers()
/Zephyr-latest/include/zephyr/drivers/
Di3c.h980 uint8_t maxwr; member