OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toffset
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/mmeye/stand/bootcoff/
osloader.c
95
u_long
toffset
;
local in function:main
129
toffset
= sh.s_scnptr - (sh.s_vaddr - ep_taddr);
133
ep_tsize,
toffset
);
160
fseek(fp,
toffset
, SEEK_SET);
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen_cs.c
788
unsigned long
toffset
, moffset;
local in function:evergreen_cs_track_validate_texture
818
toffset
= texdw[2] << 8;
866
if (
toffset
& (surf.base_align - 1)) {
868
__func__, __LINE__,
toffset
, surf.base_align);
877
toffset
+= surf.layer_size * depth;
879
toffset
+= surf.layer_size * mslice;
881
if (
toffset
> radeon_bo_size(texture)) {
2378
u32
toffset
, moffset;
local in function:evergreen_packet3_check
2407
toffset
= (u32)((reloc->gpu_offset >> 8) & 0xffffffff);
2433
ib[idx+1+(i*8)+2] +=
toffset
;
[
all
...]
radeon_evergreen.c
1459
u32 temp,
toffset
;
local in function:evergreen_get_temp
1463
toffset
= (RREG32(CG_THERMAL_CTRL) & TOFFSET_MASK) >>
1468
if (
toffset
& 0x100)
1469
actual_temp = temp / 2 - (0x200 -
toffset
);
1471
actual_temp = temp / 2 +
toffset
;
Completed in 39 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025