Lines Matching full:violation
35 /* numbers of violation index */
100 * devapc_sync_vio_dbg - do "shift" mechansim" to get full violation information.
103 * When violation is triggered, violation info is kept
105 * Driver should do shift mechansim to sync full violation
125 /* Find the minimum shift group which has violation */ in devapc_sync_vio_dbg()
141 dev_err(ctx->dev, "%s: Shift violation info failed\n", __func__); in devapc_sync_vio_dbg()
155 * devapc_extract_vio_dbg - extract full violation information after doing
170 /* Print violation information */ in devapc_extract_vio_dbg()
172 dev_info(ctx->dev, "Write Violation\n"); in devapc_extract_vio_dbg()
174 dev_info(ctx->dev, "Read Violation\n"); in devapc_extract_vio_dbg()
183 * violation information including which master violates
199 * start_devapc - unmask slave's irq to start receiving devapc violation.