OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bus_address
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/r128/
ati_pcigart.c
112
dma_addr_t
bus_address
= 0;
local in function:drm_ati_pcigart_init
139
bus_address
= gart_info->table_handle->busaddr;
142
bus_address
= gart_info->bus_addr;
144
(unsigned long long)
bus_address
,
169
bus_address
= 0;
212
gart_info->bus_addr =
bus_address
;
r128_state.c
582
int offset = buf->
bus_address
;
654
int offset = buf->
bus_address
+ start;
/src/sys/external/bsd/drm/dist/bsd-core/
ati_pcigart.c
233
dma_addr_t
bus_address
= 0;
local in function:drm_ati_pcigart_init
254
bus_address
= dev->sg->dmah->busaddr;
257
bus_address
= gart_info->bus_addr;
259
(unsigned int)
bus_address
, (unsigned long)address);
302
gart_info->bus_addr =
bus_address
;
drm_bufs.c
520
buf->
bus_address
= agp_offset + offset;
668
buf->
bus_address
= dmah->busaddr + offset;
781
buf->
bus_address
= agp_offset + offset;
drmP.h
491
unsigned long
bus_address
; /* Bus address of buffer */
member in struct:drm_buf
/src/sys/external/bsd/drm2/dist/include/drm/
drm_legacy.h
64
unsigned long
bus_address
; /**< Bus address of buffer */
member in struct:drm_buf
/src/sys/external/bsd/drm/dist/shared-core/
savage_state.c
352
if (dmabuf->
bus_address
!= dev_priv->state.common.vbaddr) {
355
BCI_WRITE(dmabuf->
bus_address
| dev_priv->dma_type);
356
dev_priv->state.common.vbaddr = dmabuf->
bus_address
;
604
if (dmabuf->
bus_address
!= dev_priv->state.common.vbaddr) {
607
BCI_WRITE(dmabuf->
bus_address
| dev_priv->dma_type);
608
dev_priv->state.common.vbaddr = dmabuf->
bus_address
;
mga_state.c
655
u32 address = (u32) buf->
bus_address
;
703
u32 address = (u32) buf->
bus_address
;
752
u32 srcorg = buf->
bus_address
| dev_priv->dma_access | MGA_SRCMAP_SYSMEM;
mach64_drv.h
713
#define GETBUFADDR( __buf ) ((u32)(__buf)->
bus_address
)
r128_state.c
575
int offset = buf->
bus_address
;
648
int offset = buf->
bus_address
+ start;
/src/sys/external/bsd/drm2/dist/drm/savage/
savage_state.c
366
if (dmabuf->
bus_address
!= dev_priv->state.common.vbaddr) {
369
BCI_WRITE(dmabuf->
bus_address
| dev_priv->dma_type);
370
dev_priv->state.common.vbaddr = dmabuf->
bus_address
;
618
if (dmabuf->
bus_address
!= dev_priv->state.common.vbaddr) {
621
BCI_WRITE(dmabuf->
bus_address
| dev_priv->dma_type);
622
dev_priv->state.common.vbaddr = dmabuf->
bus_address
;
/src/sys/external/bsd/drm2/dist/drm/i810/
i810_dma.c
149
MAP_SHARED, buf->
bus_address
);
313
buf_priv->map.offset = buf->
bus_address
;
726
unsigned long address = (unsigned long)buf->
bus_address
;
1045
unsigned long address = (unsigned long)buf->
bus_address
;
/src/sys/external/bsd/drm2/dist/drm/mga/
mga_state.c
632
u32 address = (u32) buf->
bus_address
;
680
u32 address = (u32) buf->
bus_address
;
730
buf->
bus_address
| dev_priv->dma_access | MGA_SRCMAP_SYSMEM;
/src/sys/external/bsd/drm2/dist/drm/
drm_bufs.c
869
buf->
bus_address
= agp_offset + offset;
1069
buf->
bus_address
= dmah->busaddr + offset;
1231
buf->
bus_address
= agp_offset + offset;
Completed in 23 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025