OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHYS_TO_BUS_MEM
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/macppc/include/
bus_defs.h
3
#define
PHYS_TO_BUS_MEM
(t,x) (x)
/src/sys/arch/ofppc/include/
bus_defs.h
6
#define
PHYS_TO_BUS_MEM
(t,x) (x)
/src/sys/arch/powerpc/include/
prep_bus_defs.h
38
#define
PHYS_TO_BUS_MEM
(t,x) ((x) | PREP_BUS_SPACE_IO)
prep_bus.h
38
#define
PHYS_TO_BUS_MEM
(t,x) ((x) | PREP_BUS_SPACE_IO)
bus_defs.h
357
#ifndef
PHYS_TO_BUS_MEM
359
#define
PHYS_TO_BUS_MEM
(t, addr) (*(t)->_dma_phys_to_bus_mem)((t), (addr))
/src/sys/arch/rs6000/include/
bus_defs.h
44
#define
PHYS_TO_BUS_MEM
(t, x) ((x) | MPC105_DIRECT_MAPPED_SPACE)
/src/sys/arch/sandpoint/include/
bus_defs.h
19
#define
PHYS_TO_BUS_MEM
(t,x) (x)
/src/sys/external/bsd/drm2/include/drm/
bus_dma_hacks.h
48
# define
PHYS_TO_BUS_MEM
(dmat, paddr) ((bus_addr_t)(paddr))
52
PHYS_TO_BUS_MEM
(bus_dma_tag_t dmat, paddr_t pa)
85
# define
PHYS_TO_BUS_MEM
(dmat, paddr) ((bus_addr_t)(paddr))
90
# define
PHYS_TO_BUS_MEM
(dmat, paddr) \
186
bus_addr_t baddr =
PHYS_TO_BUS_MEM
(tag, paddr);
249
bus_addr_t baddr =
PHYS_TO_BUS_MEM
(dmat, paddr);
/src/sys/arch/powerpc/powerpc/
bus_dma.c
215
map->dm_segs[seg].ds_addr =
PHYS_TO_BUS_MEM
(t, curaddr);
224
(
PHYS_TO_BUS_MEM
(t, curaddr) & bmask)))
230
PHYS_TO_BUS_MEM
(t, curaddr);
349
PHYS_TO_BUS_MEM
(t, lastaddr);
484
PHYS_TO_BUS_MEM
(t, curaddr);
493
(
PHYS_TO_BUS_MEM
(t, curaddr) & bmask)))
499
PHYS_TO_BUS_MEM
(t, curaddr);
887
segs[curseg].ds_addr =
PHYS_TO_BUS_MEM
(t, lastaddr);
904
segs[curseg].ds_addr =
PHYS_TO_BUS_MEM
(t, curaddr);
916
* Generic form of
PHYS_TO_BUS_MEM
()
[
all
...]
/src/sys/arch/or1k/include/
bus_defs.h
340
#ifndef
PHYS_TO_BUS_MEM
342
#define
PHYS_TO_BUS_MEM
(t, addr) (*(t)->_dma_phys_to_bus_mem)((t), (addr))
/src/sys/external/bsd/drm2/drm/
drm_gem_cma_helper.c
64
PHYS_TO_BUS_MEM
(obj->dmat, obj->vmem_addr);
Completed in 33 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026