Lines Matching defs:header
102 * the write request format is: Transaction request header + data
103 * the read request format is: Transaction request header
104 * the write response format is: Transaction response header
105 * the read response format is: pure data, no Transaction response header
181 struct trans_req_header *header;
199 header = (struct trans_req_header *)br->trans_buf;
200 header->code = code;
201 header->rsvd = 0;
202 header->size = cpu_to_be16((u16)count * SPI_AVMM_VAL_SIZE);
203 header->addr = cpu_to_be32(reg);
498 * without transaction response header.
518 * header.