Lines Matching refs:is_tx
49 bool is_tx; member
111 bool is_tx; member
287 if (qinst->is_tx) { in ti_msgmgr_queue_rx_interrupt()
326 if (qinst->is_tx) in ti_msgmgr_queue_peek_data()
353 if (!qinst->is_tx) in ti_msgmgr_last_tx_done()
523 qinst->is_tx = (readl(qinst->queue_ctrl) & in ti_msgmgr_queue_startup()
528 if (!msg_count && qinst->is_tx) { in ti_msgmgr_queue_startup()
535 if (!qinst->is_tx) { in ti_msgmgr_queue_startup()
559 if (!qinst->is_tx) { in ti_msgmgr_queue_shutdown()
682 qinst->is_tx = qd->is_tx; in ti_msgmgr_queue_setup()
683 dir = qinst->is_tx ? "tx" : "rx"; in ti_msgmgr_queue_setup()
726 if (!qinst->is_tx) in ti_msgmgr_suspend()
740 if (!qinst->is_tx) in ti_msgmgr_resume()
760 {.queue_id = 0, .proxy_id = 0, .is_tx = true,},
761 {.queue_id = 1, .proxy_id = 0, .is_tx = true,},
762 {.queue_id = 2, .proxy_id = 0, .is_tx = true,},
763 {.queue_id = 3, .proxy_id = 0, .is_tx = true,},
764 {.queue_id = 5, .proxy_id = 2, .is_tx = false,},
765 {.queue_id = 56, .proxy_id = 1, .is_tx = true,},
766 {.queue_id = 57, .proxy_id = 2, .is_tx = false,},
767 {.queue_id = 58, .proxy_id = 3, .is_tx = true,},
768 {.queue_id = 59, .proxy_id = 4, .is_tx = true,},
769 {.queue_id = 60, .proxy_id = 5, .is_tx = true,},
770 {.queue_id = 61, .proxy_id = 6, .is_tx = true,},