Lines Matching defs:header
101 * the write request format is: Transaction request header + data
102 * the read request format is: Transaction request header
103 * the write response format is: Transaction response header
104 * the read response format is: pure data, no Transaction response header
187 struct trans_req_header *header;
205 header = (struct trans_req_header *)br->trans_buf;
206 header->code = code;
207 header->rsvd = 0;
208 header->size = cpu_to_be16((u16)count * SPI_AVMM_VAL_SIZE);
209 header->addr = cpu_to_be32(reg);
504 * without transaction response header.
524 * header.