Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dahd_pci.c726 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET); in ahd_check_extport()
728 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
729 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' in ahd_check_extport()
730 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport()
731 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') in ahd_check_extport()
732 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' in ahd_check_extport()
733 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' in ahd_check_extport()
734 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' in ahd_check_extport()
735 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') in ahd_check_extport()
736 || (ahd_inb_scbram(ahd, SCB_BASE in ahd_check_extport()
[all...]
H A Dahc_pci.c1338 ahc_outl(ahc, SCB_BASE, 0x5aa555aa);
1339 if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa)
/openbsd-src/sys/dev/ic/
H A Daic7xxx_seeprom.c167 if (ahc_inb(ahc, SCB_BASE) == 'A' in ahc_check_extport()
168 && ahc_inb(ahc, SCB_BASE + 1) == 'D' in ahc_check_extport()
169 && ahc_inb(ahc, SCB_BASE + 2) == 'P' in ahc_check_extport()
170 && ahc_inb(ahc, SCB_BASE + 3) == 'T') { in ahc_check_extport()
H A Daic7xxx.c4124 ahc_outb(ahc, SCB_BASE, i); in ahc_probe_scbs()
4125 if (ahc_inb(ahc, SCB_BASE) != i) in ahc_probe_scbs()
4128 if (ahc_inb(ahc, SCB_BASE) != 0) in ahc_probe_scbs()
4166 ahc_outb(ahc, SCB_BASE+j, 0xFF); in ahc_build_free_scb_list()
H A Daic79xx.c553 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i); in ahd_flush_qoutfifo()
5566 ahd_outw(ahd, SCB_BASE, i); in ahd_probe_scbs()
5568 ahd_outb(ahd, SCB_BASE+j, 0); in ahd_probe_scbs()
5571 if (ahd_inw_scbram(ahd, SCB_BASE) != i) in ahd_probe_scbs()
5574 if (ahd_inw_scbram(ahd, SCB_BASE) != 0) in ahd_probe_scbs()
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq2218 bmov CCSCBRAM, SCB_BASE, SCB_UPLOAD_SIZE;
2243 mvi SINDEX, SCB_BASE;
2251 mvi DINDEX, SCB_BASE;
2283 add A, SCB_DOWNLOAD_SIZE+SCB_BASE+1;
2287 cmp DINDEX, SCB_DOWNLOAD_SIZE+SCB_BASE
2290 add A, -SCB_BASE, DINDEX;
H A Daic7xxx_reg.h1606 #define SCB_BASE 0xa0 macro
H A Daic79xx_reg.h3678 #define SCB_BASE 0x180 macro