Searched refs:SCB_BASE (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_pci.c | 617 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET); in ahd_check_extport() 619 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport() 620 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' in ahd_check_extport() 621 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport() 622 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') in ahd_check_extport() 623 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' in ahd_check_extport() 624 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' in ahd_check_extport() 625 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' in ahd_check_extport() 626 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') in ahd_check_extport() 627 || (ahd_inb_scbram(ahd, SCB_BASE in ahd_check_extport() [all...] |
H A D | aic7xxx_pci.c | 1307 ahc_outl(ahc, SCB_BASE, 0x5aa555aa); in ahc_pci_test_register_access() 1308 if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa) in ahc_pci_test_register_access() 1410 if (ahc_inb(ahc, SCB_BASE) == 'A' in check_extport() 1411 && ahc_inb(ahc, SCB_BASE + 1) == 'D' in check_extport() 1412 && ahc_inb(ahc, SCB_BASE + 2) == 'P' in check_extport() 1413 && ahc_inb(ahc, SCB_BASE + 3) == 'T') { in check_extport()
|
H A D | aic7xxx.seq | 2215 bmov CCSCBRAM, SCB_BASE, SCB_UPLOAD_SIZE; 2240 mvi SINDEX, SCB_BASE; 2248 mvi DINDEX, SCB_BASE; 2280 add A, SCB_DOWNLOAD_SIZE+SCB_BASE+1; 2284 cmp DINDEX, SCB_DOWNLOAD_SIZE+SCB_BASE 2287 add A, -SCB_BASE, DINDEX;
|
H A D | aic7xxx_reg.h | 1605 #define SCB_BASE 0xa0 macro
|
H A D | aic79xx.c | 526 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i); in ahd_flush_qoutfifo() 5544 ahd_outw(ahd, SCB_BASE, i); in ahd_probe_scbs() 5546 ahd_outb(ahd, SCB_BASE+j, 0); in ahd_probe_scbs() 5549 if (ahd_inw_scbram(ahd, SCB_BASE) != i) in ahd_probe_scbs() 5552 if (ahd_inw_scbram(ahd, SCB_BASE) != 0) in ahd_probe_scbs()
|
H A D | aic79xx_reg.h | 3676 #define SCB_BASE 0x180 macro
|