OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_mode
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/microcode/aic7xxx/
aicasm.h
86
extern int
dst_mode
;
aicasm_gram.y
967
dst_mode
= $2;
1648
src_value = (
dst_mode
<< 4) | src_mode;
1672
dst_mode
= (dst_value >> 4) & 0xF;
1802
if ((symbol->info.rinfo->modes & (0x1 <<
dst_mode
)) == 0) {
1805
symbol->name,
dst_mode
);
aicasm.c
102
int
dst_mode
;
variable in typeref:typename:int
/src/sys/dev/ic/
aic79xx_inline.h
82
ahd->
dst_mode
= dst;
98
*dst = (state &
DST_MODE
) >> DST_MODE_SHIFT;
104
if (ahd->src_mode == src && ahd->
dst_mode
== dst)
108
|| ahd->
dst_mode
== AHD_MODE_UNKNOWN)
116
ahd->
dst_mode
= dst;
141
|| (dstmode & AHD_MK_MSK(ahd->
dst_mode
)) == 0) {
152
|| ahd->
dst_mode
== AHD_MODE_UNKNOWN)
155
return (ahd_build_mode_state(ahd, ahd->src_mode, ahd->
dst_mode
));
aic79xxvar.h
1089
ahd_mode
dst_mode
;
member in struct:ahd_softc
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c
3898
struct drm_display_mode *
dst_mode
)
3900
dst_mode
->crtc_hdisplay = src_mode->crtc_hdisplay;
3901
dst_mode
->crtc_vdisplay = src_mode->crtc_vdisplay;
3902
dst_mode
->crtc_clock = src_mode->crtc_clock;
3903
dst_mode
->crtc_hblank_start = src_mode->crtc_hblank_start;
3904
dst_mode
->crtc_hblank_end = src_mode->crtc_hblank_end;
3905
dst_mode
->crtc_hsync_start = src_mode->crtc_hsync_start;
3906
dst_mode
->crtc_hsync_end = src_mode->crtc_hsync_end;
3907
dst_mode
->crtc_htotal = src_mode->crtc_htotal;
3908
dst_mode
->crtc_hskew = src_mode->crtc_hskew
[
all
...]
Completed in 44 milliseconds
Indexes created Sun Nov 02 07:10:05 GMT 2025