Searched refs:intf_errors (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfsi.h23 __u32 intf_errors; /* Interface error flags */ member in struct:scom_access
29 * Note: Any other bit set in intf_errors need to be considered as an
31 * pib_status below is only valid if intf_errors is 0.
/linux-master/drivers/fsi/
H A Dfsi-scom.c392 acc->intf_errors = 0;
395 acc->intf_errors |= SCOM_INTF_ERR_PROTECTION;
397 acc->intf_errors |= SCOM_INTF_ERR_PARITY;
399 acc->intf_errors |= SCOM_INTF_ERR_ABORT;
401 acc->intf_errors |= SCOM_INTF_ERR_UNKNOWN;

Completed in 123 milliseconds