GEVNTSIZ_0 (USB3_XHCI) Register Description
Register Name | GEVNTSIZ_0 |
---|---|
Offset Address | 0x000000C408 |
Absolute Address |
0x00FE20C408 (USB3_0_XHCI) 0x00FE30C408 (USB3_1_XHCI) |
Width | 32 |
Type | mixedMixed types. See bit-field details. |
Reset Value | 0x00000000 |
Description | Global Event Buffer Size Register This register holds the Event Buffer Size and the Event Interrupt Mask bit. During power-on initialization, software must initialize the size with the number of bytes allocated for the Event Buffer. The Event Interrupt Mask will mask the interrupt, but events are still queued. After configuration, software must preserve the Event Buffer Size value when changing the Event Interrupt Mask. Instance 0 of an array of 4. |
GEVNTSIZ_0 (USB3_XHCI) Register Bit-Field Summary
Field Name | Bits | Type | Reset Value | Description |
---|---|---|---|---|
EVNTINTRPTMASK | 31 | rwNormal read/write | 0 | Event Interrupt Mask (EvntIntMask). When set to 1, this prevents the interrupt from being generated. However, even when the mask is set, the events are queued. |
Reserved | 30:16 | roRead-only | 0x0 | Reserved |
EVENTSIZ | 15:0 | rwNormal read/write | 0 | Event Buffer Size in bytes (EVNTSiz) Holds the size of the Event Buffer in bytes; must be a multiple of four. This is programmed by software once during initialization. The minimum size of the event buffer is 32 bytes. |