Home
last modified time | relevance | path

Searched refs:SCOM_STATUS_ANY_ERR (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/fsi/
H A Dfsi-scom.c45 #define SCOM_STATUS_ANY_ERR (SCOM_STATUS_FSI2PIB_ERROR | \ macro
157 if (rc || (*status & SCOM_STATUS_ANY_ERR)) in put_indirect_scom_form0()
161 if (rc || (*status & SCOM_STATUS_ANY_ERR)) in put_indirect_scom_form0()
192 if (rc || (*status & SCOM_STATUS_ANY_ERR)) in get_indirect_scom_form0()
196 if (rc || (*status & SCOM_STATUS_ANY_ERR)) in get_indirect_scom_form0()
436 if (status & SCOM_STATUS_ANY_ERR) in scom_raw_write()