Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx_pci.c575 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET); in ahd_check_extport()
577 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
578 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' in ahd_check_extport()
579 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport()
580 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') in ahd_check_extport()
581 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' in ahd_check_extport()
582 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' in ahd_check_extport()
583 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' in ahd_check_extport()
584 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') in ahd_check_extport()
585 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
[all …]
Daic7xxx_pci.c1225 ahc_outl(ahc, SCB_BASE, 0x5aa555aa); in ahc_pci_test_register_access()
1226 if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa) in ahc_pci_test_register_access()
1329 if (ahc_inb(ahc, SCB_BASE) == 'A' in check_extport()
1330 && ahc_inb(ahc, SCB_BASE + 1) == 'D' in check_extport()
1331 && ahc_inb(ahc, SCB_BASE + 2) == 'P' in check_extport()
1332 && ahc_inb(ahc, SCB_BASE + 3) == 'T') { in check_extport()
Daic7xxx_reg.h_shipped159 ahc_print_register(NULL, 0, "SCB_BASE", 0xa0, regvalue, cur_col, wrap)
730 #define SCB_BASE 0xa0
Daic7xxx_reg_print.c_shipped359 return (ahc_print_register(NULL, 0, "SCB_BASE",
Daic7xxx.seq2213 bmov CCSCBRAM, SCB_BASE, SCB_UPLOAD_SIZE;
2238 mvi SINDEX, SCB_BASE;
2246 mvi DINDEX, SCB_BASE;
2278 add A, SCB_DOWNLOAD_SIZE+SCB_BASE+1;
2282 cmp DINDEX, SCB_DOWNLOAD_SIZE+SCB_BASE
2285 add A, -SCB_BASE, DINDEX;
Daic79xx_reg_print.c_shipped713 return (ahd_print_register(NULL, 0, "SCB_BASE",
Daic79xx_reg.h_shipped348 ahd_print_register(NULL, 0, "SCB_BASE", 0x180, regvalue, cur_col, wrap)
1668 #define SCB_BASE 0x180
Daic7xxx_core.c4661 ahc_outb(ahc, SCB_BASE, i); in ahc_probe_scbs()
4662 if (ahc_inb(ahc, SCB_BASE) != i) in ahc_probe_scbs()
4665 if (ahc_inb(ahc, SCB_BASE) != 0) in ahc_probe_scbs()
4701 ahc_outb(ahc, SCB_BASE+j, 0xFF); in ahc_build_free_scb_list()
Daic79xx_core.c1340 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i); in ahd_flush_qoutfifo()
6312 ahd_outw(ahd, SCB_BASE, i); in ahd_probe_scbs()
6314 ahd_outb(ahd, SCB_BASE+j, 0); in ahd_probe_scbs()
6317 if (ahd_inw_scbram(ahd, SCB_BASE) != i) in ahd_probe_scbs()
6320 if (ahd_inw_scbram(ahd, SCB_BASE) != 0) in ahd_probe_scbs()
/linux-5.19.10/drivers/net/wireless/
Drayctl.h240 #define SCB_BASE 0x0000 macro
Dray_cs.c1565 writeb(ccs, local->sram + SCB_BASE); in interrupt_ecf()