Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/fsi/
Dfsi-scom.c44 #define SCOM_STATUS_ANY_ERR (SCOM_STATUS_FSI2PIB_ERROR | \ macro
157 if (rc || (*status & SCOM_STATUS_ANY_ERR)) in put_indirect_scom_form0()
162 if (rc || (*status & SCOM_STATUS_ANY_ERR)) in put_indirect_scom_form0()
197 if (rc || (*status & SCOM_STATUS_ANY_ERR)) in get_indirect_scom_form0()
202 if (rc || (*status & SCOM_STATUS_ANY_ERR)) in get_indirect_scom_form0()
477 if (status & SCOM_STATUS_ANY_ERR) in scom_raw_write()