Searched refs:SCB_BASE (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic79xx_pci.c | 575 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 …]
|
D | aic7xxx_pci.c | 1225 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()
|
D | aic7xxx_reg.h_shipped | 159 ahc_print_register(NULL, 0, "SCB_BASE", 0xa0, regvalue, cur_col, wrap) 730 #define SCB_BASE 0xa0
|
D | aic7xxx_reg_print.c_shipped | 359 return (ahc_print_register(NULL, 0, "SCB_BASE",
|
D | aic7xxx.seq | 2213 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;
|
D | aic79xx_reg_print.c_shipped | 713 return (ahd_print_register(NULL, 0, "SCB_BASE",
|
D | aic79xx_reg.h_shipped | 348 ahd_print_register(NULL, 0, "SCB_BASE", 0x180, regvalue, cur_col, wrap) 1668 #define SCB_BASE 0x180
|
D | aic7xxx_core.c | 4661 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()
|
D | aic79xx_core.c | 1340 *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-6.1.9/drivers/net/wireless/ |
D | rayctl.h | 240 #define SCB_BASE 0x0000 macro
|
D | ray_cs.c | 1565 writeb(ccs, local->sram + SCB_BASE); in interrupt_ecf()
|