Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/nfit/
H A Dcore.c1142 u32 handleA, handleB; in nfit_mem_cmp() local
1144 handleA = __to_nfit_memdev(a)->device_handle; in nfit_mem_cmp()
1146 if (handleA < handleB) in nfit_mem_cmp()
1148 else if (handleA > handleB) in nfit_mem_cmp()