Searched defs:pci_resource (Results 1 – 3 of 3) sorted by relevance
1450 struct pci_resource { struct1451 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 …]
266 struct pci_resource { struct267 struct pci_resource *next; argument282 struct pci_resource *mem_head; argument
847 static struct resource pci_resource(struct pci_dev *pdev, int bar) in pci_resource() function