Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/memory/
Dbrcmstb_dpfe.c92 #define DCPU_RET_ERROR_BIT BIT(31) macro
94 #define DCPU_RET_ERR_HEADER (DCPU_RET_ERROR_BIT | BIT(0))
95 #define DCPU_RET_ERR_INVAL (DCPU_RET_ERROR_BIT | BIT(1))
96 #define DCPU_RET_ERR_CHKSUM (DCPU_RET_ERROR_BIT | BIT(2))
97 #define DCPU_RET_ERR_COMMAND (DCPU_RET_ERROR_BIT | BIT(3))
99 #define DCPU_RET_ERR_TIMEDOUT (DCPU_RET_ERROR_BIT | BIT(4))
330 resp = (DCPU_RET_ERR_TIMEDOUT & ~DCPU_RET_ERROR_BIT); in __send_command()
352 resp &= ~DCPU_RET_ERROR_BIT; in __send_command()