Lines Matching full:daa
36 #define MCTRL_REQUEST_PROCESSDAA 4 /* Starts the DAA process */
426 /* Start DAA procedure and continue the DAA with a Repeated START */
432 /* Set IBI response NACK while processing DAA */ in npcx_i3c_request_daa()
435 /* Send DAA request */ in npcx_i3c_request_daa()
440 LOG_ERR("Request DAA error, %d", ret); in npcx_i3c_request_daa()
1326 LOG_ERR("%s: DAA state error: %d", __func__, npcx_i3c_state_get(inst)); in npcx_i3c_do_daa()
1331 LOG_DBG("DAA: ENTDAA"); in npcx_i3c_do_daa()
1339 /* Emit process DAA */ in npcx_i3c_do_daa()
1342 LOG_ERR("Emit process DAA error"); in npcx_i3c_do_daa()
1351 LOG_ERR("DAA recv error"); in npcx_i3c_do_daa()
1363 /* Data count not as expected, exit DAA */ in npcx_i3c_do_daa()
1365 LOG_DBG("Rx count not as expected %d, abort DAA", rx_count); in npcx_i3c_do_daa()
1388 LOG_DBG("DAA: Rcvd PID 0x%04x%08x", vendor_id, part_no); in npcx_i3c_do_daa()
1425 /* Emit process DAA again to send the address to the device */ in npcx_i3c_do_daa()
1436 /* Target did not accept the assigned DA, exit DAA */ in npcx_i3c_do_daa()
1454 /* Check all targets have been assigned DA and DAA complete */ in npcx_i3c_do_daa()
1459 /* Exit DAA mode when error occurs */ in npcx_i3c_do_daa()