Home
last modified time | relevance | path

Searched defs:pci_resource (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h1450 struct pci_resource { struct
1451 u8 cmd;
1452 u8 cls;
1453 u16 io_base_h;
1454 u16 io_base_l;
1455 u16 mem_base_h;
1456 u16 mem_base_l;
1457 u8 ilr;
1458 u16 resv_0x1c_h;
1459 u16 resv_0x1c_l;
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dcpqphp.h266 struct pci_resource { struct
267 struct pci_resource *next; argument
282 struct pci_resource *mem_head; argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c847 static struct resource pci_resource(struct pci_dev *pdev, int bar) in pci_resource() function