Lines Matching defs:cache
88 struct p2sb_res_cache *cache = &p2sb_resources[PCI_FUNC(devfn)];
95 p2sb_read_bar0(pdev, &cache->res);
96 cache->bus_dev_id = bus->dev.id;
103 /* Scan the P2SB device and cache its BAR0 */
196 struct p2sb_res_cache *cache;
209 cache = &p2sb_resources[PCI_FUNC(devfn)];
210 if (cache->bus_dev_id != bus->dev.id)
213 if (!p2sb_valid_resource(&cache->res))
216 memcpy(mem, &cache->res, sizeof(*mem));
231 * step in kernel initialization and cache required resources. This