OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECODE64
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/fdt/
pcihost_fdt.c
286
#define
DECODE64
(x,o) (swap ? be64dec(&(x)[o]) : (((uint64_t)((x)[(o)+0]) << 32) + (x)[(o)+1]))
288
uint64_t bus_phys =
DECODE64
(ranges, 1);
289
const uint64_t cpu_phys =
DECODE64
(ranges, 3);
290
uint64_t size =
DECODE64
(ranges, 5);
292
#undef
DECODE64
/src/sys/arch/riscv/fdt/
pcihost_fdt.c
268
#define
DECODE64
(x,o) (swap ? be64dec(&(x)[o]) : (((uint64_t)((x)[(o)+0]) << 32) + (x)[(o)+1]))
270
uint64_t bus_phys =
DECODE64
(ranges, 1);
271
const uint64_t cpu_phys =
DECODE64
(ranges, 3);
272
uint64_t size =
DECODE64
(ranges, 5);
274
#undef
DECODE64
Completed in 13 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025