Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/memory/
Dbrcmstb_dpfe.c101 #define DCPU_RET_ERROR_BIT BIT(31) macro
103 #define DCPU_RET_ERR_HEADER (DCPU_RET_ERROR_BIT | BIT(0))
104 #define DCPU_RET_ERR_INVAL (DCPU_RET_ERROR_BIT | BIT(1))
105 #define DCPU_RET_ERR_CHKSUM (DCPU_RET_ERROR_BIT | BIT(2))
106 #define DCPU_RET_ERR_COMMAND (DCPU_RET_ERROR_BIT | BIT(3))
108 #define DCPU_RET_ERR_TIMEDOUT (DCPU_RET_ERROR_BIT | BIT(4))
485 resp = (DCPU_RET_ERR_TIMEDOUT & ~DCPU_RET_ERROR_BIT); in __send_command()
508 resp &= ~DCPU_RET_ERROR_BIT; in __send_command()