OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCB_BASE
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/pci/
ahd_pci.c
741
nvram_scb = ahd_inb_scbram(ahd,
SCB_BASE
+ NVRAM_SCB_OFFSET);
743
&& ((ahd_inb_scbram(ahd,
SCB_BASE
+ 0) == 'A'
744
&& ahd_inb_scbram(ahd,
SCB_BASE
+ 1) == 'D'
745
&& ahd_inb_scbram(ahd,
SCB_BASE
+ 2) == 'P'
746
&& ahd_inb_scbram(ahd,
SCB_BASE
+ 3) == 'T')
747
|| (ahd_inb_scbram(ahd,
SCB_BASE
+ 0) == 'B'
748
&& ahd_inb_scbram(ahd,
SCB_BASE
+ 1) == 'I'
749
&& ahd_inb_scbram(ahd,
SCB_BASE
+ 2) == 'O'
750
&& ahd_inb_scbram(ahd,
SCB_BASE
+ 3) == 'S')
751
|| (ahd_inb_scbram(ahd,
SCB_BASE
+ 0) == 'A
[
all
...]
ahc_pci.c
1385
ahc_outl(ahc,
SCB_BASE
, 0x5aa555aa);
1386
if (ahc_inl(ahc,
SCB_BASE
) != 0x5aa555aa)
/src/sys/dev/ic/
aic7xxx_seeprom.c
170
if (ahc_inb(ahc,
SCB_BASE
) == 'A'
171
&& ahc_inb(ahc,
SCB_BASE
+ 1) == 'D'
172
&& ahc_inb(ahc,
SCB_BASE
+ 2) == 'P'
173
&& ahc_inb(ahc,
SCB_BASE
+ 3) == 'T') {
aic7xxx.c
4104
ahc_outb(ahc,
SCB_BASE
, i);
4105
if (ahc_inb(ahc,
SCB_BASE
) != i)
4108
if (ahc_inb(ahc,
SCB_BASE
) != 0)
4146
ahc_outb(ahc,
SCB_BASE
+j, 0xFF);
aic79xx.c
516
*hscb_ptr++ = ahd_inb_scbram(ahd,
SCB_BASE
+ i);
5367
ahd_outw(ahd,
SCB_BASE
, i);
5369
ahd_outb(ahd,
SCB_BASE
+j, 0);
5372
ret = ahd_inw_scbram(ahd,
SCB_BASE
);
5379
ret = ahd_inw_scbram(ahd,
SCB_BASE
);
/src/sys/dev/microcode/aic7xxx/
aic7xxx.seq
2216
bmov CCSCBRAM,
SCB_BASE
, SCB_UPLOAD_SIZE;
2241
mvi SINDEX,
SCB_BASE
;
2249
mvi DINDEX,
SCB_BASE
;
2281
add A, SCB_DOWNLOAD_SIZE+
SCB_BASE
+1;
2285
cmp DINDEX, SCB_DOWNLOAD_SIZE+
SCB_BASE
2288
add A, -
SCB_BASE
, DINDEX;
aic7xxx_reg.h
796
ahc_print_register(NULL, 0, "
SCB_BASE
", 0xa0, regvalue, cur_col, wrap)
1614
#define
SCB_BASE
0xa0
aic79xx_reg.h
2189
ahd_print_register(NULL, 0, "
SCB_BASE
", 0x180, regvalue, cur_col, wrap)
3631
#define
SCB_BASE
0x180
Completed in 31 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025