Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dshpchp_hpc.c1403 u32 shpc_cap_offset, shpc_base_offset; in shpc_init() local
1437 shpc_base_offset = 0; /* amd shpc driver doesn't use this; assume 0 */ in shpc_init()
1451 rc = pci_read_config_dword(pdev, (u8)shpc_cap_offset + DWORD_DATA, &shpc_base_offset); in shpc_init()
1483 pci_resource_start(pdev, rc), pci_resource_len(pdev, rc), shpc_base_offset); in shpc_init()
1488 …if (!request_mem_region(pci_resource_start(pdev, 0) + shpc_base_offset, pci_resource_len(pdev, 0),… in shpc_init()
1494 ioremap(pci_resource_start(pdev, 0) + shpc_base_offset, pci_resource_len(pdev, 0)); in shpc_init()
1497 pci_resource_start(pdev, 0) + shpc_base_offset); in shpc_init()
1498 release_mem_region(pci_resource_start(pdev, 0) + shpc_base_offset, pci_resource_len(pdev, 0)); in shpc_init()