Home
last modified time | relevance | path

Searched refs:disc_res (Results 1 – 2 of 2) sorted by relevance

/drivers/platform/x86/intel/pmt/
Dclass.c165 struct resource *disc_res) in intel_pmt_populate_entry() argument
192 entry->base_addr = disc_res->end + 1 + header->base_offset; in intel_pmt_populate_entry()
207 if (disc_res->start >= pci_resource_start(pci_dev, i) && in intel_pmt_populate_entry()
208 (disc_res->start <= pci_resource_end(pci_dev, i))) { in intel_pmt_populate_entry()
310 struct resource *disc_res; in intel_pmt_dev_create() local
313 disc_res = &intel_vsec_dev->resource[idx]; in intel_pmt_dev_create()
315 entry->disc_table = devm_ioremap_resource(dev, disc_res); in intel_pmt_dev_create()
323 ret = intel_pmt_populate_entry(entry, &header, dev, disc_res); in intel_pmt_dev_create()
/drivers/platform/x86/intel/
Dsdsi.c487 struct disc_table *disc_table, struct resource *disc_res) in sdsi_map_mbox_registers() argument
509 res.start = disc_res->end + offset + 1; in sdsi_map_mbox_registers()
541 struct resource *disc_res; in sdsi_probe() local
555 disc_res = &intel_cap_dev->resource[0]; in sdsi_probe()
556 disc_addr = devm_ioremap_resource(&auxdev->dev, disc_res); in sdsi_probe()
565 ret = sdsi_map_mbox_registers(priv, intel_cap_dev->pcidev, &disc_table, disc_res); in sdsi_probe()