Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/fpga/
Ddfl-afu-main.c448 u64 guidl, guidh; in afu_id_show() local
458 guidl = readq(base + GUID_L); in afu_id_show()
462 return scnprintf(buf, PAGE_SIZE, "%016llx%016llx\n", guidh, guidl); in afu_id_show()