Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/fmc/
Dfmc-sdb.c74 uint64_t subaddr = __be64_to_cpu(r->bridge.sdb_child); in __fmc_scan_sdb_tree()
75 uint64_t newbase = __be64_to_cpu(c->addr_first); in __fmc_scan_sdb_tree()
190 __be64_to_cpu(p->vendor_id), in __fmc_show_sdb_tree()
196 __be64_to_cpu(p->vendor_id), in __fmc_show_sdb_tree()
199 __be64_to_cpu(c->addr_first) + base, in __fmc_show_sdb_tree()
200 __be64_to_cpu(c->addr_last) + base); in __fmc_show_sdb_tree()
204 __be64_to_cpu(p->vendor_id), in __fmc_show_sdb_tree()
207 __be64_to_cpu(c->addr_first) + base); in __fmc_show_sdb_tree()
276 if (__be64_to_cpu(p->vendor_id) != vid) in fmc_find_sdb_device()
281 last = __be64_to_cpu(c->addr_last); in fmc_find_sdb_device()
[all …]
/linux-4.1.27/include/linux/byteorder/
Dgeneric.h92 #define be64_to_cpu __be64_to_cpu
/linux-4.1.27/include/uapi/linux/byteorder/
Dbig_endian.h37 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
Dlittle_endian.h37 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) macro