Lines Matching full:violation
47 /* numbers of violation index */
103 * devapc_sync_vio_dbg - do "shift" mechansim" to get full violation information.
106 * When violation is triggered, violation info is kept
108 * Driver should do shift mechansim to sync full violation
128 /* Find the minimum shift group which has violation */ in devapc_sync_vio_dbg()
144 dev_err(ctx->dev, "%s: Shift violation info failed\n", __func__); in devapc_sync_vio_dbg()
158 * devapc_extract_vio_dbg - extract full violation information after doing
173 /* Print violation information */ in devapc_extract_vio_dbg()
175 dev_info(ctx->dev, "Write Violation\n"); in devapc_extract_vio_dbg()
177 dev_info(ctx->dev, "Read Violation\n"); in devapc_extract_vio_dbg()
186 * violation information including which master violates
202 * start_devapc - unmask slave's irq to start receiving devapc violation.