Lines Matching refs:cmd_q
66 struct pt_cmd_queue *cmd_q = s->private; in pt_debugfs_queue_show() local
70 if (!cmd_q) in pt_debugfs_queue_show()
73 seq_printf(s, " Pass-Thru: %ld\n", cmd_q->total_pt_ops); in pt_debugfs_queue_show()
75 pt = cmd_q->pt; in pt_debugfs_queue_show()
77 regval = readl(cmd_q->reg_control + 0x4); in pt_debugfs_queue_show()
80 regval = ioread32(cmd_q->reg_control + 0x000C); in pt_debugfs_queue_show()
105 struct pt_cmd_queue *cmd_q; in ptdma_debugfs_setup() local
124 cmd_q = &ae4cmd_q->cmd_q; in ptdma_debugfs_setup()
132 debugfs_create_file("stats", 0400, debugfs_q_instance, cmd_q, in ptdma_debugfs_setup()
138 cmd_q = &pt->cmd_q; in ptdma_debugfs_setup()
139 debugfs_create_file("stats", 0400, debugfs_q_instance, cmd_q, in ptdma_debugfs_setup()