URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1705 |
Rev 1707 |
Line 132... |
Line 132... |
|
|
/* current CHS translation settings */
|
/* current CHS translation settings */
|
unsigned int heads_per_cylinder;
|
unsigned int heads_per_cylinder;
|
unsigned int sectors_per_track;
|
unsigned int sectors_per_track;
|
|
|
|
/* Current byte being read */
|
|
uint32_t lba;
|
|
/* Number of sectors still needing to be read */
|
|
int nr_sect;
|
/* function to call when block of data has been transfered*/
|
/* function to call when block of data has been transfered*/
|
void (*end_t_func)(struct ata_dev_s *);
|
void (*end_t_func)(struct ata_dev_s *);
|
} internals;
|
} internals;
|
|
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.