OP_READ
OP_READ = 0, /* register read */
#define OP_READ 1
enum { OP_READ = 0, OP_WRITE, OP_TRIM, NUM_OPS };
#define OP_READ 0x01