Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/fsi/
Dfsi-scom.c41 #define SCOM_STATUS_ANY_ERR (SCOM_STATUS_PROTECTION | \ macro
156 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()
196 if (rc || (*status & SCOM_STATUS_ANY_ERR)) in get_indirect_scom_form0()
201 if (rc || (*status & SCOM_STATUS_ANY_ERR)) in get_indirect_scom_form0()
475 if (status & SCOM_STATUS_ANY_ERR) in scom_raw_write()