Searched refs:SCB_BASE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | aic79xx_pci.c | 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() 634 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'S' in ahd_check_extport() [all …]
|
| H A D | aic7xxx_pci.c | 1314 ahc_outl(ahc, SCB_BASE, 0x5aa555aa); in ahc_pci_test_register_access() 1315 if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa) in ahc_pci_test_register_access() 1417 if (ahc_inb(ahc, SCB_BASE) == 'A' in check_extport() 1418 && ahc_inb(ahc, SCB_BASE + 1) == 'D' in check_extport() 1419 && ahc_inb(ahc, SCB_BASE + 2) == 'P' in check_extport() 1420 && 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 | aic7xxx.c | 4233 ahc_outb(ahc, SCB_BASE, i); in ahc_probe_scbs() 4234 if (ahc_inb(ahc, SCB_BASE) != i) in ahc_probe_scbs() 4237 if (ahc_inb(ahc, SCB_BASE) != 0) in ahc_probe_scbs() 4273 ahc_outb(ahc, SCB_BASE+j, 0xFF); in ahc_build_free_scb_list()
|
| H A D | aic79xx.c | 533 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i); in ahd_flush_qoutfifo() 5572 ahd_outw(ahd, SCB_BASE, i); in ahd_probe_scbs() 5574 ahd_outb(ahd, SCB_BASE+j, 0); in ahd_probe_scbs() 5577 if (ahd_inw_scbram(ahd, SCB_BASE) != i) in ahd_probe_scbs() 5580 if (ahd_inw_scbram(ahd, SCB_BASE) != 0) in ahd_probe_scbs()
|
| H A D | aic79xx_reg.h | 3676 #define SCB_BASE 0x180 macro
|