Searched refs:CMD_SIZE (Results 1 – 2 of 2) sorted by relevance
60 #define CMD_SIZE(cmd) FIELD_GET(CMD_DATA_SIZE_MASK, cmd) macro407 len = min_t(unsigned int, match->rx_len, CMD_SIZE(cmd)); in scpi_process_cmd()
192 #define CMD_SIZE(x) ((x) << 16) macro1257 cmd = CMD_SIZE(tx_len) | CMD_VCHAN_ID(msg->channel) | in cdns_dsi_transfer()