Lines Matching full:rpu
28 u8 rpu; /* Processing unit */ member
32 #define API_ENTRY(rpu, x, f) { (x), (f), (rpu), #x } argument
337 switch (order->rpu) { in epu_cmd()
388 switch (order->rpu) { in mb_ack_irq()
398 CX18_WARN("Unhandled RPU (%d) for command %x ack\n", in mb_ack_irq()
399 order->rpu, order->mb.cmd); in mb_ack_irq()
404 /* Don't ack if the RPU has gotten impatient and timed us out */ in mb_ack_irq()
408 rpu_str[order->rpu], rpu_str[order->rpu], req); in mb_ack_irq()
470 switch (order->rpu) { in epu_cmd_irq()
521 void cx18_api_epu_cmd_irq(struct cx18 *cx, int rpu) in cx18_api_epu_cmd_irq() argument
529 switch (rpu) { in cx18_api_epu_cmd_irq()
547 order->rpu = rpu; in cx18_api_epu_cmd_irq()
560 rpu_str[rpu], rpu_str[rpu], order_mb->request); in cx18_api_epu_cmd_irq()
610 switch (info->rpu) { in cx18_api_call()
624 CX18_WARN("Unknown RPU (%d) for API call\n", info->rpu); in cx18_api_call()
691 CX18_DEBUG_WARN("sending %s timed out waiting %d msecs for RPU acknowledgment\n", in cx18_api_call()
694 …CX18_DEBUG_WARN("woken up before mailbox ack was ready after submitting %s to RPU. only waited %d… in cx18_api_call()
703 …CX18_DEBUG_WARN("failed to be awakened upon RPU acknowledgment sending %s; timed out waiting %d ms… in cx18_api_call()