Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324202
b: refs/heads/master
c: defb944
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas committed Aug 22, 2012
1 parent 9be65b2 commit b903ed5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 44a9a36f6be43636ac2342c06d9feb60db77826a
refs/heads/master: defb9446fe417f72855bc8bf97aa5d8af076bdf8
6 changes: 6 additions & 0 deletions trunk/include/linux/pci_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,12 @@
#define PCI_PWR_CAP_BUDGET(x) ((x) & 1) /* Included in system budget */
#define PCI_EXT_CAP_PWR_SIZEOF 16

/* Vendor-Specific (VSEC, PCI_EXT_CAP_ID_VNDR) */
#define PCI_VNDR_HEADER 4 /* Vendor-Specific Header */
#define PCI_VNDR_HEADER_ID(x) ((x) & 0xffff)
#define PCI_VNDR_HEADER_REV(x) (((x) >> 16) & 0xf)
#define PCI_VNDR_HEADER_LEN(x) (((x) >> 20) & 0xfff)

/*
* Hypertransport sub capability types
*
Expand Down

0 comments on commit b903ed5

Please sign in to comment.