OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ULTRA_ENB
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx_seeprom.c
353
ahc_outb(ahc,
ULTRA_ENB
, ultraenb & 0xff);
354
ahc_outb(ahc,
ULTRA_ENB
+ 1, (ultraenb >> 8) & 0xff);
aic7xxx.c
4654
ultraenb = (ahc_inb(ahc,
ULTRA_ENB
+ 1) << 8)
4655
| ahc_inb(ahc,
ULTRA_ENB
);
/src/sys/dev/microcode/aic7xxx/
aic7xxx.reg
1288
ULTRA_ENB
{
aic7xxx_reg.h
257
ahc_print_register(NULL, 0, "
ULTRA_ENB
", 0x30, regvalue, cur_col, wrap)
1300
#define
ULTRA_ENB
0x30
Completed in 25 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026