Searched refs:CMD_ID (Results 1 – 4 of 4) sorted by relevance
216 const uint32_t command = CMD_ID((app_id)) | CMD_IS_READ | CMD_TRANSPORT; \222 const uint32_t command = CMD_ID((app_id)) | CMD_IS_READ | CMD_TRANSPORT; \228 const uint32_t command = CMD_ID((app_id)) | CMD_IS_READ | CMD_TRANSPORT; \234 const uint32_t command = CMD_ID((app_id)) | CMD_IS_READ | CMD_TRANSPORT; \240 const uint32_t command = CMD_ID((app_id)) | CMD_IS_READ | CMD_TRANSPORT; \246 const uint32_t command = CMD_ID((app_id)) | CMD_IS_READ | CMD_TRANSPORT; \252 const uint32_t command = CMD_ID((app_id)) | CMD_IS_READ | CMD_TRANSPORT; \258 const uint32_t command = CMD_ID((app_id)) | CMD_IS_READ | CMD_TRANSPORT; \264 const uint32_t command = CMD_ID((app_id)) | CMD_IS_READ | CMD_TRANSPORT; \270 const uint32_t command = CMD_ID((app_id)) | CMD_IS_READ | CMD_TRANSPORT; \[all …]
160 const uint32_t command = CMD_ID(ctx->app_id) | CMD_IS_READ | CMD_TRANSPORT; in get_status()211 const uint32_t command = CMD_ID(ctx->app_id) | CMD_TRANSPORT; in clear_status()277 uint32_t command = CMD_ID(ctx->app_id) | CMD_IS_DATA | CMD_TRANSPORT; in send_command()303 command = CMD_ID(ctx->app_id) | CMD_PARAM(ctx->params); in send_command()412 uint32_t command = CMD_ID(ctx->app_id) | CMD_IS_READ | CMD_TRANSPORT | CMD_IS_DATA; in receive_reply()
13 #define CMD_ID 0x9f macro59 ret = flash_cmd(slave, CMD_ID, buf, sizeof(buf)); in flash_check()
105 #define CMD_ID(id) (((id) & 0x000000ff) << 16) macro