Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/w1/masters/
H A Domap_hdq.c219 u64 module_id, rn_le, cs, id; in omap_w1_search_bus() local
226 rn_le = cpu_to_le64(module_id); in omap_w1_search_bus()
231 cs = w1_calc_crc8((u8 *)&rn_le, 7); in omap_w1_search_bus()
/OK3568_Linux_fs/kernel/drivers/w1/
H A Dw1.c920 u64 rn_le = cpu_to_le64(rn); in w1_slave_found() local
930 if (rn && tmp->crc == w1_calc_crc8((u8 *)&rn_le, 7)) in w1_slave_found()