OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SC_AIP
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/mac68k/dev/
ncr5380reg.h
51
#define
SC_AIP
0x40 /* R - Arbitration in progress */
ncr5380.c
734
while (!(GET_5380_REG(NCR5380_ICOM) &
SC_AIP
) && --cnt)
737
if (!(GET_5380_REG(NCR5380_ICOM) &
SC_AIP
)) {
/src/sys/arch/atari/dev/
ncr5380reg.h
51
#define
SC_AIP
0x40 /* R - Arbitration in progress */
ncr5380.c
754
while ((GET_5380_REG(NCR5380_ICOM) &
SC_AIP
) == 0 && --cnt)
757
if ((GET_5380_REG(NCR5380_ICOM) &
SC_AIP
) == 0) {
Completed in 18 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025