Lines Matching defs:data
127 uint16_t data;
177 // Non-data commands
180 // PIO data-in (data to host)
185 // PIO data-out (data from host)
212 /** The image that contains the data of this disk. */
224 /** Number of bytes in command data transfer */
226 /** Number of bytes left in command data transfer */
267 * Delete the data buffer.
291 void readCommand(const Addr offset, int size, uint8_t *data);
292 void readControl(const Addr offset, int size, uint8_t *data);
293 void writeCommand(const Addr offset, int size, const uint8_t *data);
294 void writeControl(const Addr offset, int size, const uint8_t *data);
333 void readDisk(uint32_t sector, uint8_t *data);
334 void writeDisk(uint32_t sector, uint8_t *data);