Lines Matching +full:look +full:- +full:up
1 // SPDX-License-Identifier: GPL-2.0+
66 /* Check that asking for the device 0 automatically fires up PCI */ in dm_test_pci_swapcase()
75 * Now test memory mapping - note we must unmap and remap to cause in dm_test_pci_swapcase()
87 /* Check that asking for the device 1 automatically fires up PCI */ in dm_test_pci_swapcase()
96 * Now test memory mapping - note we must unmap and remap to cause in dm_test_pci_swapcase()
117 /* Check that asking for the device automatically fires up PCI */ in dm_test_pci_drvdata()
121 ut_asserteq(SWAP_CASE_DRV_DATA, swap->driver_data); in dm_test_pci_drvdata()
124 ut_asserteq(SWAP_CASE_DRV_DATA, swap->driver_data); in dm_test_pci_drvdata()
127 ut_asserteq(SWAP_CASE_DRV_DATA, swap->driver_data); in dm_test_pci_drvdata()
157 * Now test memory mapping - note we must unmap and remap to cause in dm_test_pci_mixed()
181 * Now test memory mapping - note we must unmap and remap to cause in dm_test_pci_mixed()
197 /* Test looking up PCI capability and extended capability */
206 /* look up PCI_CAP_ID_EXP */ in dm_test_pci_cap()
210 /* look up PCI_CAP_ID_PCIX */ in dm_test_pci_cap()
214 /* look up PCI_CAP_ID_MSIX starting from PCI_CAP_ID_PM_OFFSET */ in dm_test_pci_cap()
219 /* look up PCI_CAP_ID_VNDR starting from PCI_CAP_ID_EXP_OFFSET */ in dm_test_pci_cap()
227 /* look up PCI_EXT_CAP_ID_DSN */ in dm_test_pci_cap()
231 /* look up PCI_EXT_CAP_ID_SRIOV */ in dm_test_pci_cap()
235 /* look up PCI_EXT_CAP_ID_DSN starting from PCI_EXT_CAP_ID_ERR_OFFSET */ in dm_test_pci_cap()
240 /* look up PCI_EXT_CAP_ID_RCRB starting from PCI_EXT_CAP_ID_VC_OFFSET */ in dm_test_pci_cap()