search for: c0e1400

Displaying 3 results from an estimated 3 matches for "c0e1400".

Did you mean: 0x1400
2008 Sep 01
1
[PATCH 1/4 v2] PCI: introduce new base functions
...t;next; if (ln) - align = resource_alignment(ln->res); + align = pci_resource_alignment(ln->dev, + ln->res - ln->dev->resource); if (r_align > align) { tmp = kmalloc(sizeof(*tmp), GFP_KERNEL); diff --git a/include/linux/pci.h b/include/linux/pci.h index c0e1400..687be00 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -76,7 +76,29 @@ enum pci_mmap_state { #define PCI_DMA_FROMDEVICE 2 #define PCI_DMA_NONE 3 -#define DEVICE_COUNT_RESOURCE 12 +/* + * For PCI devices, the region numbers are assigned this way: + */ +enum { + /* 0-5 standard...
2008 Sep 01
1
[PATCH 1/4 v2] PCI: introduce new base functions
...t;next; if (ln) - align = resource_alignment(ln->res); + align = pci_resource_alignment(ln->dev, + ln->res - ln->dev->resource); if (r_align > align) { tmp = kmalloc(sizeof(*tmp), GFP_KERNEL); diff --git a/include/linux/pci.h b/include/linux/pci.h index c0e1400..687be00 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -76,7 +76,29 @@ enum pci_mmap_state { #define PCI_DMA_FROMDEVICE 2 #define PCI_DMA_NONE 3 -#define DEVICE_COUNT_RESOURCE 12 +/* + * For PCI devices, the region numbers are assigned this way: + */ +enum { + /* 0-5 standard...
2008 Sep 01
1
[PATCH 1/4 v2] PCI: introduce new base functions
...t;next; if (ln) - align = resource_alignment(ln->res); + align = pci_resource_alignment(ln->dev, + ln->res - ln->dev->resource); if (r_align > align) { tmp = kmalloc(sizeof(*tmp), GFP_KERNEL); diff --git a/include/linux/pci.h b/include/linux/pci.h index c0e1400..687be00 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -76,7 +76,29 @@ enum pci_mmap_state { #define PCI_DMA_FROMDEVICE 2 #define PCI_DMA_NONE 3 -#define DEVICE_COUNT_RESOURCE 12 +/* + * For PCI devices, the region numbers are assigned this way: + */ +enum { + /* 0-5 standard...