Changes between Version 14 and Version 15 of Component/Vci Multi Ahci


Ignore:
Timestamp:
Apr 1, 2015, 8:59:12 AM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Multi Ahci

    v14 v15  
    8484 * '''HBA_PXIS'''
    8585Channel 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||
    8888 Bit[0] : set by hardware when at least one command has been completed.
    8989 Bit[30] : set by hardware when an error has been detected in a command.
     
    9494 * '''HBA_PXIE'''
    9595This 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||
    9698 Bit 0 : when set, an IRQ is generated when bit0 of AHCI_PXIS is set,
    9799 Bit 30 : when set, an IRQ is generated when bit30 of AHCI_PXIS is set,
     
    144146
    145147Not available yet.
    146