Home
last modified time | relevance | path

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

/linux-6.15/drivers/fpga/
H A Ddfl-afu-main.c464 u64 guidl, guidh; in afu_id_show() local
474 guidl = readq(base + GUID_L); in afu_id_show()
478 return scnprintf(buf, PAGE_SIZE, "%016llx%016llx\n", guidh, guidl); in afu_id_show()