Searched refs:_i3c_dev_role_config_get (Results 1 – 3 of 3) sorted by relevance
427 if (_i3c_dev_role_config_get(regs) != MEC_I3C_ROLE_CFG_PRIM_CTRLR) { in MEC_HAL_I3C_Is_Current_Role_Primary()444 if (((_i3c_dev_role_config_get(regs) == MEC_I3C_ROLE_CFG_SEC_CTRLR) && in MEC_HAL_I3C_Is_Current_Role_Master()446 _i3c_dev_role_config_get(regs) == MEC_I3C_ROLE_CFG_TGT) { in MEC_HAL_I3C_Is_Current_Role_Master()462 if ((_i3c_dev_role_config_get(regs) == MEC_I3C_ROLE_CFG_SEC_CTRLR) && in MEC_HAL_I3C_Is_Current_Role_BusMaster()
673 uint8_t _i3c_dev_role_config_get(struct mec_i3c_host_regs *regs);
1021 uint8_t _i3c_dev_role_config_get(struct mec_i3c_host_regs *regs) in _i3c_dev_role_config_get() function