Lines Matching refs:resource
76 dev->resource[2].start = dev->resource[3].start = 0; in quirk_cypress()
77 dev->resource[2].end = dev->resource[3].end = 0; in quirk_cypress()
78 dev->resource[2].flags = dev->resource[3].flags = 0; in quirk_cypress()
80 dev->resource[0].start = 0x170; in quirk_cypress()
81 dev->resource[0].end = 0x177; in quirk_cypress()
82 dev->resource[1].start = 0x376; in quirk_cypress()
83 dev->resource[1].end = 0x376; in quirk_cypress()
125 pcibios_align_resource(void *data, const struct resource *res, in pcibios_align_resource()
283 struct resource *r = &dev->resource[i]; in pcibios_claim_one_bus()
379 struct resource * __init
382 struct resource *res; in alloc_resource()