Changes between Version 14 and Version 15 of Component/Vci Multi Ahci
- Timestamp:
- Apr 1, 2015, 8:59:12 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Multi Ahci
v14 v15 84 84 * '''HBA_PXIS''' 85 85 Channel status, used for error reporting. 86 ||31||30||29||28 ... 24||23 ...... 8||7 ...1||0||87 ||--||R ||--|| CMD_ID || BUFFER_ID||-------||D||86 ||31||30||29||28.....24||23..........8||7.....1||0|| 87 ||--||R ||--|| CMD_ID || BUFFER_ID ||-------||D|| 88 88 Bit[0] : set by hardware when at least one command has been completed. 89 89 Bit[30] : set by hardware when an error has been detected in a command. … … 94 94 * '''HBA_PXIE''' 95 95 This register enables and disables the IRQ reporting the completion (success or error) of the commands for a given channel. Only 2 bits are used: 96 ||31||30||....................................||0|| 97 ||--||R ||------------------------------------||D|| 96 98 Bit 0 : when set, an IRQ is generated when bit0 of AHCI_PXIS is set, 97 99 Bit 30 : when set, an IRQ is generated when bit30 of AHCI_PXIS is set, … … 144 146 145 147 Not available yet. 146