OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stop_req
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r100.c
3232
int
stop_req
, max_stop_req;
local
3492
stop_req
= mode1->hdisplay * pixel_bytes1 / 16;
3494
if (
stop_req
> max_stop_req)
3495
stop_req
= max_stop_req;
3529
temp |= (
stop_req
<< RADEON_GRPH_STOP_REQ_SHIFT);
3532
(
stop_req
> 0x15)) {
3533
stop_req
-= 0x10;
3535
temp |= (
stop_req
<< RADEON_GRPH_START_REQ_SHIFT);
3572
stop_req
= mode2->hdisplay * pixel_bytes2 / 16;
3574
if (
stop_req
> max_stop_req
[
all
...]
radeon_r100.c
3232
int
stop_req
, max_stop_req;
local
3492
stop_req
= mode1->hdisplay * pixel_bytes1 / 16;
3494
if (
stop_req
> max_stop_req)
3495
stop_req
= max_stop_req;
3529
temp |= (
stop_req
<< RADEON_GRPH_STOP_REQ_SHIFT);
3532
(
stop_req
> 0x15)) {
3533
stop_req
-= 0x10;
3535
temp |= (
stop_req
<< RADEON_GRPH_START_REQ_SHIFT);
3572
stop_req
= mode2->hdisplay * pixel_bytes2 / 16;
3574
if (
stop_req
> max_stop_req
[
all
...]
Completed in 54 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026