Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-amd756.c82 #define GS_PRERR_STS (1 << 2) macro
88 #define GS_CLEAR_STS (GS_ABRT_STS | GS_COL_STS | GS_PRERR_STS | \
138 if (temp & GS_PRERR_STS) { in amd756_transaction()