Searched refs:sram (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | ray_cs.c | 587 local->sram = (UCHAR *)(ioremap(req.Base,req.Size)); in ray_config() 609 DEBUG(3,"ray_config sram=%p\n",local->sram); in ray_config() 658 memcpy_fromio(&local->startup_res, local->sram + ECF_TO_HOST_BASE,\ in ray_init() 679 pccs = (struct ccs *)(local->sram + CCS_BASE); in ray_init() 719 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b4, in dl_startup_params() 722 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b5, in dl_startup_params() 729 pccs = ((struct ccs *)(local->sram + CCS_BASE)) + ccsindex; in dl_startup_params() 814 struct ccs *pccs = ((struct ccs *)(local->sram + CCS_BASE)) + local->dl_param_ccs; in verify_dl_startup() 828 printk(" %2x", (unsigned int) readb(local->sram + HOST_TO_ECF_BASE + i)); in verify_dl_startup() 863 pccs = ((struct ccs *)(local->sram + CCS_BASE)) + ccsindex; in start_net() [all …]
|
D | ray_cs.h | 31 UCHAR *sram; /* pointer to beginning of shared RAM */ member
|
/linux-2.4.37.9/drivers/media/video/ |
D | bttv-driver.c | 474 int sram; /* index into SRAM_Table */ member 498 .sram = 0, 513 .sram = 1, 528 .sram = 0, /* like PAL, correct? */ 543 .sram = -1, 558 .sram = -1, 573 .sram = -1, 588 .sram = -1, 606 .sram = 2, 615 int table_idx = tvnorms[btv->win.norm].sram; in bt848A_set_timing()
|
/linux-2.4.37.9/arch/cris/ |
D | README.mm | 123 R_MMU_KBASE_HI = ( ( base_f, 0x0 ) | // flash/sram/periph cached 124 ( base_e, 0x8 ) | // flash/sram/periph uncached
|