Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/hdpvr/
Dhdpvr-core.c77 __le64 *i64P; in challenge() local
106 i64P = (__le64 *)bytes; in challenge()
107 tmp64 = le64_to_cpup(i64P); in challenge()
109 *i64P = cpu_to_le64(tmp64); in challenge()