OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
356
#ifndef
PHYS_TO_BUS_MEM
358
#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))
89
# define
PHYS_TO_BUS_MEM
(dmat, paddr) \
177
bus_addr_t baddr =
PHYS_TO_BUS_MEM
(tag, paddr);
240
bus_addr_t baddr =
PHYS_TO_BUS_MEM
(dmat, paddr);
/src/sys/arch/powerpc/powerpc/
bus_dma.c
211
map->dm_segs[seg].ds_addr =
PHYS_TO_BUS_MEM
(t, curaddr);
220
(
PHYS_TO_BUS_MEM
(t, curaddr) & bmask)))
226
PHYS_TO_BUS_MEM
(t, curaddr);
331
PHYS_TO_BUS_MEM
(t, lastaddr);
462
PHYS_TO_BUS_MEM
(t, curaddr);
471
(
PHYS_TO_BUS_MEM
(t, curaddr) & bmask)))
477
PHYS_TO_BUS_MEM
(t, curaddr);
840
segs[curseg].ds_addr =
PHYS_TO_BUS_MEM
(t, lastaddr);
857
segs[curseg].ds_addr =
PHYS_TO_BUS_MEM
(t, curaddr);
869
* 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 61 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025