Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fpga/
H A Ddfl-afu-main.c461 u64 guidl, guidh; in afu_id_show() local
472 guidh = readq(base + GUID_H); in afu_id_show()
475 return scnprintf(buf, PAGE_SIZE, "%016llx%016llx\n", guidh, guidl); in afu_id_show()