Home
last modified time | relevance | path

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

/drivers/platform/x86/intel/pmt/
A Dclass.c209 struct resource *disc_res) in intel_pmt_populate_entry() argument
238 entry->base_addr = disc_res->end + 1 + header->base_offset; in intel_pmt_populate_entry()
253 if (disc_res->start >= pci_resource_start(pci_dev, i) && in intel_pmt_populate_entry()
254 (disc_res->start <= pci_resource_end(pci_dev, i))) { in intel_pmt_populate_entry()
375 struct resource *disc_res; in intel_pmt_dev_create() local
378 disc_res = &intel_vsec_dev->resource[idx]; in intel_pmt_dev_create()
380 entry->disc_table = devm_ioremap_resource(dev, disc_res); in intel_pmt_dev_create()
388 ret = intel_pmt_populate_entry(entry, intel_vsec_dev, disc_res); in intel_pmt_dev_create()
A Ddiscovery.c334 struct resource *disc_res, in pmt_feature_get_disc_table() argument
339 disc_base = devm_ioremap_resource(priv->dev, disc_res); in pmt_feature_get_disc_table()
374 struct resource *disc_res) in pmt_feature_get_feature_table() argument
400 res = DEFINE_RES_MEM(disc_res->end + disc_tbl->offset + 1, in pmt_feature_get_feature_table()
471 struct resource *disc_res = &ivdev->resource[idx]; in pmt_features_discovery() local
475 ret = pmt_feature_get_disc_table(priv, disc_res, &disc_tbl); in pmt_features_discovery()
479 ret = pmt_feature_get_feature_table(priv, feature, &disc_tbl, disc_res); in pmt_features_discovery()
/drivers/platform/x86/intel/
A Dsdsi.c603 struct disc_table *disc_table, struct resource *disc_res) in sdsi_map_mbox_registers() argument
624 res.start = disc_res->end + offset + 1; in sdsi_map_mbox_registers()
655 struct resource *disc_res; in sdsi_probe() local
669 disc_res = &intel_cap_dev->resource[0]; in sdsi_probe()
670 disc_addr = devm_ioremap_resource(&auxdev->dev, disc_res); in sdsi_probe()
684 ret = sdsi_map_mbox_registers(priv, intel_cap_dev->pcidev, &disc_table, disc_res); in sdsi_probe()

Completed in 11 milliseconds