Searched refs:DCPU_RET_ERROR_BIT (Results 1 – 1 of 1) sorted by relevance
101 #define DCPU_RET_ERROR_BIT BIT(31) macro103 #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()