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.c1137 u32 handleA, handleB; in nfit_mem_cmp() local
1139 handleA = __to_nfit_memdev(a)->device_handle; in nfit_mem_cmp()
1141 if (handleA < handleB) in nfit_mem_cmp()
1143 else if (handleA > handleB) in nfit_mem_cmp()