OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BRDCTL
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx_seeprom.c
588
uint8_t
brdctl
;
local
597
brdctl
= read_brdctl(ahc);
598
*eeprom_present =
brdctl
& BRDDAT7;
599
*enableSEC_high = (
brdctl
& BRDDAT6);
600
*enableSEC_low = (
brdctl
& BRDDAT5);
601
*enablePRI_high = (
brdctl
& BRDDAT4);
602
*enablePRI_low = (
brdctl
& BRDDAT3);
610
uint8_t
brdctl
;
local
626
brdctl
= read_brdctl(ahc);
627
*internal50_present = (
brdctl
& BRDDAT6) ? 0 : 1
650
uint8_t
brdctl
;
local
704
uint8_t
brdctl
;
local
736
uint8_t
brdctl
;
local
[
all
...]
aic79xx.c
9124
ahd_outb(ahd,
BRDCTL
, BRDEN|(addr << 3));
9130
ahd_outb(ahd,
BRDCTL
, BRDSTB|BRDEN|(addr << 3));
9132
ahd_outb(ahd,
BRDCTL
, BRDEN|(addr << 3));
9134
ahd_outb(ahd,
BRDCTL
, 0);
9147
ahd_outb(ahd,
BRDCTL
, BRDRW|BRDEN|(addr << 3));
9152
ahd_outb(ahd,
BRDCTL
, 0);
9167
while ((ahd_inb(ahd,
BRDCTL
) & FLXARBACK) == 0 && --cnt)
/src/sys/dev/microcode/aic7xxx/
aic7xxx.reg
493
register
BRDCTL
{
aic7xxx_reg.h
229
ahc_print_register(NULL, 0, "
BRDCTL
", 0x1d, regvalue, cur_col, wrap)
1262
#define
BRDCTL
0x1d
aic79xx.reg
2898
register
BRDCTL
{
aic79xx_reg.h
1594
ahd_print_register(NULL, 0, "
BRDCTL
", 0xb9, regvalue, cur_col, wrap)
3346
#define
BRDCTL
0xb9
Completed in 29 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026