Home
last modified time | relevance | path

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

/linux/drivers/media/usb/hdpvr/
H A Dhdpvr-core.c71 __le64 *i64P; in challenge() local
100 i64P = (__le64 *)bytes; in challenge()
101 tmp64 = le64_to_cpup(i64P); in challenge()
103 *i64P = cpu_to_le64(tmp64); in challenge()