Searched refs:SCB_BASE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic79xx_pci.c | 626 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport() 627 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' in ahd_check_extport() 628 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport() 629 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') in ahd_check_extport() 630 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' in ahd_check_extport() 631 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' in ahd_check_extport() 632 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' in ahd_check_extport() 633 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') in ahd_check_extport() 634 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport() 635 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'S' in ahd_check_extport() [all …]
|
| H A D | aic7xxx_pci.c | 1315 ahc_outl(ahc, SCB_BASE, 0x5aa555aa); in ahc_pci_test_register_access() 1316 if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa) in ahc_pci_test_register_access() 1418 if (ahc_inb(ahc, SCB_BASE) == 'A' in check_extport() 1419 && ahc_inb(ahc, SCB_BASE + 1) == 'D' in check_extport() 1420 && ahc_inb(ahc, SCB_BASE + 2) == 'P' in check_extport() 1421 && ahc_inb(ahc, SCB_BASE + 3) == 'T') { in check_extport()
|
| H A D | 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;
|
| H A D | aic7xxx_reg.h | 1607 #define SCB_BASE 0xa0 macro
|
| H A D | aic7xxx.c | 4240 ahc_outb(ahc, SCB_BASE, i); in ahc_probe_scbs() 4241 if (ahc_inb(ahc, SCB_BASE) != i) in ahc_probe_scbs() 4244 if (ahc_inb(ahc, SCB_BASE) != 0) in ahc_probe_scbs() 4280 ahc_outb(ahc, SCB_BASE+j, 0xFF); in ahc_build_free_scb_list()
|
| H A D | aic79xx.c | 534 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i); in ahd_flush_qoutfifo() 5582 ahd_outw(ahd, SCB_BASE, i); in ahd_probe_scbs() 5584 ahd_outb(ahd, SCB_BASE+j, 0); in ahd_probe_scbs() 5587 if (ahd_inw_scbram(ahd, SCB_BASE) != i) in ahd_probe_scbs() 5590 if (ahd_inw_scbram(ahd, SCB_BASE) != 0) in ahd_probe_scbs()
|
| H A D | aic79xx_reg.h | 3678 #define SCB_BASE 0x180 macro
|