OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOERR
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/microcode/aic7xxx/
aic7xxx.reg
287
field
IOERR
0x08 /* LVD Transceiver mode changed */
aic7xxx_reg.h
1158
#define
IOERR
0x08
aic79xx.reg
1830
field
IOERR
0x08 /* LVD Transceiver mode changed */
aic79xx_reg.h
2726
#define
IOERR
0x08
/src/sys/dev/ic/
aic79xx.c
1516
status0 = ahd_inb(ahd, SSTAT0) & (
IOERR
|OVERRUN|SELDI|SELDO);
1526
status0 &= simode0 & (
IOERR
|OVERRUN|SELDI|SELDO);
1538
if ((status0 &
IOERR
) != 0) {
aic7xxx.c
987
status0 = ahc_inb(ahc, SSTAT0) &
IOERR
;
1017
&& (status0 &
IOERR
) != 0) {
Completed in 34 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026