OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEQ_FLAGS2
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/microcode/aic7xxx/
aic7xxx.seq
114
or
SEQ_FLAGS2
, SCB_DMA;
143
and
SEQ_FLAGS2
, ~SCB_DMA;
310
test
SEQ_FLAGS2
, TARGET_MSG_PENDING
317
or
SEQ_FLAGS2
, TARGET_MSG_PENDING;
515
and
SEQ_FLAGS2
, ~TARGET_MSG_PENDING;
aic79xx.seq
73
test
SEQ_FLAGS2
, SELECTOUT_QFROZEN jnz idle_loop_checkbus;
318
test
SEQ_FLAGS2
, SELECTOUT_QFROZEN jnz . + 2;
1039
or
SEQ_FLAGS2
, SELECTOUT_QFROZEN;
aic7xxx.reg
1509
SEQ_FLAGS2
{
aic7xxx_reg.h
453
ahc_print_register(NULL, 0, "
SEQ_FLAGS2
", 0x57, regvalue, cur_col, wrap)
1405
#define
SEQ_FLAGS2
0x57
aic79xx.reg
3701
SEQ_FLAGS2
{
aic79xx_reg.h
2126
ahd_print_register(NULL, 0, "
SEQ_FLAGS2
", 0x147, regvalue, cur_col, wrap)
3611
#define
SEQ_FLAGS2
0x147
/src/sys/dev/ic/
aic79xx.c
3762
ahd_outb(ahd,
SEQ_FLAGS2
,
3763
ahd_inb(ahd,
SEQ_FLAGS2
) & ~TARGET_MSG_PENDING);
6430
ahd_outb(ahd,
SEQ_FLAGS2
, 0);
6829
ahd_outb(ahd,
SEQ_FLAGS2
, ahd_inb(ahd,
SEQ_FLAGS2
) | SELECTOUT_QFROZEN);
6872
ahd_outb(ahd,
SEQ_FLAGS2
,
6873
ahd_inb(ahd,
SEQ_FLAGS2
) & ~SELECTOUT_QFROZEN);
7858
ahd_outb(ahd,
SEQ_FLAGS2
,
7859
ahd_inb(ahd,
SEQ_FLAGS2
) & ~SELECTOUT_QFROZEN);
8702
ahd_seq_flags2_print(ahd_inb(ahd,
SEQ_FLAGS2
), &cur_col, 50)
[
all
...]
aic7xxx.c
311
if ((ahc_inb(ahc,
SEQ_FLAGS2
) & SCB_DMA) != 0) {
313
ahc_outb(ahc,
SEQ_FLAGS2
,
314
ahc_inb(ahc,
SEQ_FLAGS2
) & ~SCB_DMA);
2537
ahc_outb(ahc,
SEQ_FLAGS2
,
2538
ahc_inb(ahc,
SEQ_FLAGS2
) & ~TARGET_MSG_PENDING);
4562
ahc_outb(ahc,
SEQ_FLAGS2
, 0);
Completed in 52 milliseconds
Indexes created Fri Nov 07 20:09:51 GMT 2025