Changes between Version 10 and Version 11 of hba_driver
- Timestamp:
- Apr 2, 2015, 12:40:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hba_driver
v10 v11 33 33 unsigned char flag[2]; // W in bit 6 of flag[0] 34 34 unsigned char prdtl[2]; // Number of buffers 35 unsigned int prdbc; 36 unsigned int ctba; 37 unsigned int ctbau; 35 unsigned int prdbc; // Number of bytes actually transfered 36 unsigned int ctba; // Command Table base address 32 LSB bits 37 unsigned int ctbau; // Command Table base address 32 MSB bits 38 38 } hba_cmd_desc_t; 39 39 }}} … … 60 60 { 61 61 unsigned int dba; // Buffer base address 32 LSB bits 62 unsigned int dbau; // Buffer base address 32 MSB bits62 unsigned int dbau; // Buffer base address 32 MSB bits 63 63 unsigned int res0; // reserved 64 64 unsigned int dbc; // Buffer byte count