Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/fpga/
H A Ddfl-afu-main.c448 u64 guidl, guidh; in afu_id_show() local
459 guidh = readq(base + GUID_H); in afu_id_show()
462 return scnprintf(buf, PAGE_SIZE, "%016llx%016llx\n", guidh, guidl); in afu_id_show()