Lines Matching refs:response
193 volatile uint32_t response = 0; in _i3c_response_sts_get() local
196 response = regs->RESP; in _i3c_response_sts_get()
198 *len = response & 0xFFFFu; in _i3c_response_sts_get()
199 *tid = (response & RESPONSE_TID_BITMASK) >> RESPONSE_TID_BITPOS; in _i3c_response_sts_get()
201 resp_sts = (response & RESPONSE_ERR_STS_BITMASK) >> RESPONSE_ERR_STS_BITPOS; in _i3c_response_sts_get()
214 volatile uint32_t response = 0; in _i3c_tgt_response_sts_get() local
217 response = regs->RESP; in _i3c_tgt_response_sts_get()
219 *len = response & 0xFFFFu; in _i3c_tgt_response_sts_get()
220 *tid = (response & RESPONSE_TID_TGT_BITMASK) >> RESPONSE_TID_BITPOS; in _i3c_tgt_response_sts_get()
222 resp_sts = (response & RESPONSE_ERR_STS_BITMASK) >> RESPONSE_ERR_STS_BITPOS; in _i3c_tgt_response_sts_get()
224 rx_rsp_bit = (response & RESPONSE_RX_RESP_BITMASK) >> RESPONSE_RX_RESP_BITPOS; in _i3c_tgt_response_sts_get()