Searched defs:ReadInfo (Results 1 – 2 of 2) sorted by relevance
114 typedef struct ReadInfo { struct115 SCCBHeader h;116 uint16_t rnmax;117 uint8_t rnsize;118 uint8_t _reserved1[15 - 11]; /* 11-14 */119 uint8_t stsi_parm; /* 15-15 */120 uint16_t entries_cpu; /* 16-17 */121 uint16_t offset_cpu; /* 18-19 */122 uint8_t _reserved2[24 - 20]; /* 20-23 */146 } QEMU_PACKED ReadInfo; argument
54 typedef struct ReadInfo { struct60 } __attribute__((packed)) ReadInfo; argument