Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/fsi/
Dfsi-scom.c50 #define SCOM_STATUS_ANY_ERR (SCOM_STATUS_ERR_SUMMARY | \ macro
166 if (rc || (*status & SCOM_STATUS_ANY_ERR)) in put_indirect_scom_form0()
171 if (rc || (*status & SCOM_STATUS_ANY_ERR)) in put_indirect_scom_form0()
206 if (rc || (*status & SCOM_STATUS_ANY_ERR)) in get_indirect_scom_form0()
211 if (rc || (*status & SCOM_STATUS_ANY_ERR)) in get_indirect_scom_form0()
490 if (status & SCOM_STATUS_ANY_ERR) in scom_raw_write()