Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/memory/
H A 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))
487 resp = (DCPU_RET_ERR_TIMEDOUT & ~DCPU_RET_ERROR_BIT); in __send_command()
510 resp &= ~DCPU_RET_ERROR_BIT; in __send_command()
/kernel/linux/linux-6.6/drivers/memory/
H A Dbrcmstb_dpfe.c100 #define DCPU_RET_ERROR_BIT BIT(31) macro
102 #define DCPU_RET_ERR_HEADER (DCPU_RET_ERROR_BIT | BIT(0))
103 #define DCPU_RET_ERR_INVAL (DCPU_RET_ERROR_BIT | BIT(1))
104 #define DCPU_RET_ERR_CHKSUM (DCPU_RET_ERROR_BIT | BIT(2))
105 #define DCPU_RET_ERR_COMMAND (DCPU_RET_ERROR_BIT | BIT(3))
107 #define DCPU_RET_ERR_TIMEDOUT (DCPU_RET_ERROR_BIT | BIT(4))
486 resp = (DCPU_RET_ERR_TIMEDOUT & ~DCPU_RET_ERROR_BIT); in __send_command()
509 resp &= ~DCPU_RET_ERROR_BIT; in __send_command()

Completed in 4 milliseconds