OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rdval
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/x86/isa/
clock.c
401
uint16_t
rdval
;
local in function:i8254_get_timecount
411
rdval
= inb(IO_TIMER1+TIMER_CNTR0);
412
rdval
|= (inb(IO_TIMER1+TIMER_CNTR0) << 8);
413
count = x86_rtclock_tval -
rdval
;
430
uint16_t
rdval
;
local in function:gettick
442
rdval
= inb(IO_TIMER1+TIMER_CNTR0);
443
rdval
|= (inb(IO_TIMER1+TIMER_CNTR0) << 8);
447
return
rdval
;
clock.c
401
uint16_t
rdval
;
local in function:i8254_get_timecount
411
rdval
= inb(IO_TIMER1+TIMER_CNTR0);
412
rdval
|= (inb(IO_TIMER1+TIMER_CNTR0) << 8);
413
count = x86_rtclock_tval -
rdval
;
430
uint16_t
rdval
;
local in function:gettick
442
rdval
= inb(IO_TIMER1+TIMER_CNTR0);
443
rdval
|= (inb(IO_TIMER1+TIMER_CNTR0) << 8);
447
return
rdval
;
/src/sys/dev/pci/
tga.c
1407
tga_reg_t
rdval
;
local in function:tga_bt463_rd
1422
rdval
= TGARREG(dc, TGA_REG_EPDR);
1426
return (
rdval
>> 16) & 0xff;
1456
tga_reg_t
rdval
;
local in function:tga_ramdac_rd
1464
rdval
= TGARREG(dc, TGA_REG_EPDR);
1465
return (
rdval
>> 16) & 0xff; /* XXX */
tga.c
1407
tga_reg_t
rdval
;
local in function:tga_bt463_rd
1422
rdval
= TGARREG(dc, TGA_REG_EPDR);
1426
return (
rdval
>> 16) & 0xff;
1456
tga_reg_t
rdval
;
local in function:tga_ramdac_rd
1464
rdval
= TGARREG(dc, TGA_REG_EPDR);
1465
return (
rdval
>> 16) & 0xff; /* XXX */
Completed in 24 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025