Lines Matching refs:is_tx
48 bool is_tx; member
109 bool is_tx; member
220 if (qinst->is_tx) { in ti_msgmgr_queue_rx_interrupt()
293 if (qinst->is_tx) in ti_msgmgr_queue_peek_data()
320 if (!qinst->is_tx) in ti_msgmgr_last_tx_done()
467 qinst->is_tx = (readl(qinst->queue_ctrl) & in ti_msgmgr_queue_startup()
472 if (!msg_count && qinst->is_tx) { in ti_msgmgr_queue_startup()
479 if (!qinst->is_tx) { in ti_msgmgr_queue_startup()
503 if (!qinst->is_tx) { in ti_msgmgr_queue_shutdown()
626 qinst->is_tx = qd->is_tx; in ti_msgmgr_queue_setup()
627 dir = qinst->is_tx ? "tx" : "rx"; in ti_msgmgr_queue_setup()
656 {.queue_id = 0, .proxy_id = 0, .is_tx = true,},
657 {.queue_id = 1, .proxy_id = 0, .is_tx = true,},
658 {.queue_id = 2, .proxy_id = 0, .is_tx = true,},
659 {.queue_id = 3, .proxy_id = 0, .is_tx = true,},
660 {.queue_id = 5, .proxy_id = 2, .is_tx = false,},
661 {.queue_id = 56, .proxy_id = 1, .is_tx = true,},
662 {.queue_id = 57, .proxy_id = 2, .is_tx = false,},
663 {.queue_id = 58, .proxy_id = 3, .is_tx = true,},
664 {.queue_id = 59, .proxy_id = 4, .is_tx = true,},
665 {.queue_id = 60, .proxy_id = 5, .is_tx = true,},
666 {.queue_id = 61, .proxy_id = 6, .is_tx = true,},