OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m64
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/compat/netbsd32/
netbsd32_drm.c
189
map32to64(struct drm_map *
m64
, const drm_map32_t *m32)
191
m64
->offset = m32->offset;
192
m64
->size = m32->size;
193
m64
->type = m32->type;
194
m64
->flags = m32->flags;
195
m64
->handle = NETBSD32PTR64(m32->handle);
196
m64
->mtrr = m32->mtrr;
200
map64to32(drm_map32_t *m32, const struct drm_map *
m64
)
202
m32->offset =
m64
->offset;
203
m32->size =
m64
->size
214
struct drm_map
m64
;
local in function:compat_drm_getmap
235
struct drm_map
m64
;
local in function:compat_drm_addmap
257
struct drm_map
m64
;
local in function:compat_drm_rmmap
591
struct drm_agp_mode
m64
;
local in function:compat_drm_agp_enable
[
all
...]
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-a64-bananapi-m64.dts
12
model = "BananaPi-
M64
";
13
compatible = "sinovoip,bananapi-
m64
", "allwinner,sun50i-a64";
40
label = "bananapi-
m64
:red:pwr";
46
label = "bananapi-
m64
:green:user";
51
label = "bananapi-
m64
:blue:user";
Makefile
3
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-bananapi-
m64
.dtb
Completed in 13 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025