OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDSCB_QOFF
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/ic/
aic79xx_inline.h
648
return (ahd_inb(ahd,
SDSCB_QOFF
) | (ahd_inb(ahd,
SDSCB_QOFF
+ 1) << 8));
655
ahd_outb(ahd,
SDSCB_QOFF
, value & 0xFF);
656
ahd_outb(ahd,
SDSCB_QOFF
+1, (value >> 8) & 0xFF);
aic7xxx.c
4834
ahc_outb(ahc,
SDSCB_QOFF
, 0);
/src/sys/dev/microcode/aic7xxx/
aic7xxx.reg
1203
register
SDSCB_QOFF
{
aic7xxx_reg.h
1041
ahc_print_register(NULL, 0, "
SDSCB_QOFF
", 0xf8, regvalue, cur_col, wrap)
1721
#define
SDSCB_QOFF
0xf8
aic7xxx.seq
1683
mov A,
SDSCB_QOFF
;
aic79xx.seq
337
mov NONE,
SDSCB_QOFF
;
aic79xx.reg
351
register
SDSCB_QOFF
{
aic79xx_reg.h
124
ahd_print_register(NULL, 0, "
SDSCB_QOFF
", 0x14, regvalue, cur_col, wrap)
2457
#define
SDSCB_QOFF
0x14
Completed in 72 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025