OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ramdac
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
hw.h
104
int
ramdac
= (or & DCB_OUTPUT_C) >> 2;
local
106
NVWriteRAMDAC(dev,
ramdac
, NV_PRAMDAC_FP_TMDS_CONTROL + dl * 8,
108
return NVReadRAMDAC(dev,
ramdac
, NV_PRAMDAC_FP_TMDS_DATA + dl * 8);
115
int
ramdac
= (or & DCB_OUTPUT_C) >> 2;
local
117
NVWriteRAMDAC(dev,
ramdac
, NV_PRAMDAC_FP_TMDS_DATA + dl * 8, data);
118
NVWriteRAMDAC(dev,
ramdac
, NV_PRAMDAC_FP_TMDS_CONTROL + dl * 8, address);
nouveau_dispnv04_dfp.c
66
int
ramdac
= (dcbent->or & DCB_OUTPUT_C) >> 2;
local
68
NVWriteRAMDAC(dev,
ramdac
, NV_PRAMDAC_FP_TMDS_CONTROL,
70
return ((NVReadRAMDAC(dev,
ramdac
, NV_PRAMDAC_FP_TMDS_DATA) & 0x8) >> 3) ^
ramdac
;
83
int
ramdac
= (dcbent->or & DCB_OUTPUT_C) >> 2;
local
86
if (head !=
ramdac
)
217
/* SEL_CLK is only used on the primary
ramdac
/src/sys/dev/pci/
tgavar.h
30
#include <dev/ic/
ramdac
.h>
75
*dc_ramdac_funcs; /* The
RAMDAC
functions */
77
*dc_ramdac_cookie; /* the
RAMDAC
type; see above */
90
void *dc_ramdac_private; /*
RAMDAC
private storage */
tga.c
97
/*
RAMDAC
interface functions */
460
* Get
RAMDAC
function vectors and call the
RAMDAC
functions
486
* Initialize the
RAMDAC
. Initialization includes disabling
498
aprint_normal_dev(self, "%d x %d, %dbpp, %s
RAMDAC
\n",
739
* Initialize the
RAMDAC
but DO NOT allocate any private storage.
1392
bus_space_handle_t
ramdac
;
local
1398
TGA2_MEM_RAMDAC + (0xe << 12) + (btreg << 8), 4, &
ramdac
);
1399
bus_space_write_4(dc->dc_memt,
ramdac
, 0, val & 0xff);
1400
bus_space_barrier(dc->dc_memt,
ramdac
, 0, 4, BUS_SPACE_BARRIER_WRITE)
1472
bus_space_handle_t
ramdac
;
local
[
all
...]
/src/sys/dev/ic/
bt485.c
47
#include <dev/ic/
ramdac
.h>
52
* Functions exported via the
RAMDAC
configuration table.
141
* Functions exported via the
RAMDAC
configuration table.
175
* the
RAMDAC
without first registering. It is useful for
212
* Set the
RAMDAC
to 8 bit resolution, rather than 6 bit
218
/* Set the
RAMDAC
to 8BPP (no interestion options). */
237
* Initialize the
RAMDAC
info struct to hold all of our
ibm561.c
45
#include <dev/ic/
ramdac
.h>
50
* Functions exported via the
RAMDAC
configuration table.
154
* the
RAMDAC
without first registering. It is useful for
Completed in 22 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026