Lines Matching full:errors
30 /* mask or unmask port errors by the error mask register. */
49 /* clear port errors. */
64 * clear Port Errors in afu_port_err_clear()
68 * - Set PORT Error mask to all 1 to mask errors in afu_port_err_clear()
69 * - Clear all errors in afu_port_err_clear()
70 * - Set Port mask to all 0 to enable errors in afu_port_err_clear()
71 * - All errors start capturing new errors in afu_port_err_clear()
78 dev_err(dev, "Could not clear errors, device in AP6 state.\n"); in afu_port_err_clear()
87 /* Mask all errors */ in afu_port_err_clear()
90 /* Clear errors if err input matches with current port errors.*/ in afu_port_err_clear()
142 static DEVICE_ATTR_RW(errors);
204 .name = "errors",