coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
xhci_ext_caps_header Union Reference
Collaboration diagram for xhci_ext_caps_header:
Collaboration graph

Data Fields

uint32_t val
 
struct {
   uint32_t   cap_id: 8
 
   uint32_t   next_ptr: 8
 
   uint32_t   reserved: 16
 
}; 
 

Detailed Description

Definition at line 9 of file xhci.c.

Field Documentation

◆ 

struct { ... }

◆ cap_id

uint32_t xhci_ext_caps_header::cap_id

Definition at line 12 of file xhci.c.

◆ next_ptr

uint32_t xhci_ext_caps_header::next_ptr

Definition at line 13 of file xhci.c.

◆ reserved

uint32_t xhci_ext_caps_header::reserved

Definition at line 14 of file xhci.c.

◆ val

uint32_t xhci_ext_caps_header::val

Definition at line 10 of file xhci.c.


The documentation for this union was generated from the following file: