Searched refs:SCB_BASE (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/aic7xxx/ |
| HD | aic79xx_pci.c | 623 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET); in ahd_check_extport() 625 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport() 626 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' in ahd_check_extport() 627 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport() 628 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') in ahd_check_extport() 629 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' in ahd_check_extport() 630 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' in ahd_check_extport() 631 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' in ahd_check_extport() 632 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') in ahd_check_extport() 633 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport() [all …]
|
| HD | aic7xxx_pci.c | 1317 ahc_outl(ahc, SCB_BASE, 0x5aa555aa); in ahc_pci_test_register_access() 1318 if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa) in ahc_pci_test_register_access() 1421 if (ahc_inb(ahc, SCB_BASE) == 'A' in check_extport() 1422 && ahc_inb(ahc, SCB_BASE + 1) == 'D' in check_extport() 1423 && ahc_inb(ahc, SCB_BASE + 2) == 'P' in check_extport() 1424 && ahc_inb(ahc, SCB_BASE + 3) == 'T') { in check_extport()
|
| HD | aic7xxx.seq | 2217 bmov CCSCBRAM, SCB_BASE, SCB_UPLOAD_SIZE; 2242 mvi SINDEX, SCB_BASE; 2250 mvi DINDEX, SCB_BASE; 2282 add A, SCB_DOWNLOAD_SIZE+SCB_BASE+1; 2286 cmp DINDEX, SCB_DOWNLOAD_SIZE+SCB_BASE 2289 add A, -SCB_BASE, DINDEX;
|
| HD | aic7xxx_reg.h | 1608 #define SCB_BASE 0xa0 macro
|
| HD | aic7xxx.c | 4258 ahc_outb(ahc, SCB_BASE, i); in ahc_probe_scbs() 4259 if (ahc_inb(ahc, SCB_BASE) != i) in ahc_probe_scbs() 4262 if (ahc_inb(ahc, SCB_BASE) != 0) in ahc_probe_scbs() 4298 ahc_outb(ahc, SCB_BASE+j, 0xFF); in ahc_build_free_scb_list()
|
| HD | aic79xx.c | 533 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i); in ahd_flush_qoutfifo() 5612 ahd_outw(ahd, SCB_BASE, i); in ahd_probe_scbs() 5614 ahd_outb(ahd, SCB_BASE+j, 0); in ahd_probe_scbs() 5617 if (ahd_inw_scbram(ahd, SCB_BASE) != i) in ahd_probe_scbs() 5620 if (ahd_inw_scbram(ahd, SCB_BASE) != 0) in ahd_probe_scbs()
|
| HD | aic79xx_reg.h | 3679 #define SCB_BASE 0x180 macro
|