Home
last modified time | relevance | path

Searched refs:SCB_BASE (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dahd_pci.c741 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET); in ahd_check_extport()
743 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
744 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' in ahd_check_extport()
745 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport()
746 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') in ahd_check_extport()
747 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' in ahd_check_extport()
748 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' in ahd_check_extport()
749 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' in ahd_check_extport()
750 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') in ahd_check_extport()
751 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
[all …]
H A Dahc_pci.c1385 ahc_outl(ahc, SCB_BASE, 0x5aa555aa);
1386 if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa)
/netbsd-src/sys/dev/ic/
H A Daic7xxx_seeprom.c170 if (ahc_inb(ahc, SCB_BASE) == 'A' in ahc_check_extport()
171 && ahc_inb(ahc, SCB_BASE + 1) == 'D' in ahc_check_extport()
172 && ahc_inb(ahc, SCB_BASE + 2) == 'P' in ahc_check_extport()
173 && ahc_inb(ahc, SCB_BASE + 3) == 'T') { in ahc_check_extport()
H A Daic7xxx.c4104 ahc_outb(ahc, SCB_BASE, i); in ahc_probe_scbs()
4105 if (ahc_inb(ahc, SCB_BASE) != i) in ahc_probe_scbs()
4108 if (ahc_inb(ahc, SCB_BASE) != 0) in ahc_probe_scbs()
4146 ahc_outb(ahc, SCB_BASE+j, 0xFF); in ahc_build_free_scb_list()
H A Daic79xx.c516 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i); in ahd_flush_qoutfifo()
5367 ahd_outw(ahd, SCB_BASE, i); in ahd_probe_scbs()
5369 ahd_outb(ahd, SCB_BASE+j, 0); in ahd_probe_scbs()
5372 ret = ahd_inw_scbram(ahd, SCB_BASE); in ahd_probe_scbs()
5379 ret = ahd_inw_scbram(ahd, SCB_BASE); in ahd_probe_scbs()
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq2216 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;
H A Daic7xxx_reg.h1614 #define SCB_BASE 0xa0 macro
H A Daic79xx_reg.h3631 #define SCB_BASE 0x180 macro