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