Searched refs:physbase (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | head64.c | 563 static void startup_64_load_idt(unsigned long physbase) in startup_64_load_idt() argument 565 struct desc_ptr *desc = fixup_pointer(&bringup_idt_descr, physbase); in startup_64_load_idt() 566 gate_desc *idt = fixup_pointer(bringup_idt_table, physbase); in startup_64_load_idt() 573 handler = fixup_pointer(vc_no_ghcb, physbase); in startup_64_load_idt() 595 void __head startup_64_setup_env(unsigned long physbase) in startup_64_setup_env() argument 598 startup_gdt_descr.address = (unsigned long)fixup_pointer(startup_gdt, physbase); in startup_64_setup_env() 606 startup_64_load_idt(physbase); in startup_64_setup_env()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | memory.h | 72 #define FDT_VIRT_BASE(physbase) ((void *)(FDT_FIXED_BASE | (physbase) % SECTION_SIZE)) argument 114 #define FDT_VIRT_BASE(physbase) ((void *)(physbase)) argument
|
| /OK3568_Linux_fs/kernel/sound/soc/txx9/ |
| H A D | txx9aclc-ac97.c | 193 drvdata->physbase = r->start; in txx9aclc_ac97_dev_probe() 194 if (sizeof(drvdata->physbase) > sizeof(r->start) && in txx9aclc_ac97_dev_probe() 197 drvdata->physbase |= 0xf00000000ull; in txx9aclc_ac97_dev_probe()
|
| H A D | txx9aclc.h | 62 u64 physbase; member
|
| H A D | txx9aclc.c | 338 ds->tx_reg = drvdata->physbase + ACAUDODAT; in txx9aclc_dma_init() 342 ds->rx_reg = drvdata->physbase + ACAUDIDAT; in txx9aclc_dma_init()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | sbuslib.h | 19 unsigned long physbase, unsigned long fbsize,
|
| H A D | ffb.c | 368 unsigned long physbase; member 857 par->physbase, par->fbsize, in ffb_mmap() 927 par->physbase = op->resource[0].start; in ffb_probe() 939 info->screen_base = (char *) par->physbase + FFB_DFB24_POFF; in ffb_probe() 1005 par->physbase, par->board_type, in ffb_probe()
|
| H A D | sbuslib.c | 42 unsigned long physbase, in sbusfb_mmap_helper() argument 76 map_offset = (physbase + map[i].poff) & POFF_MASK; in sbusfb_mmap_helper()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | setup.h | 53 extern void startup_64_setup_env(unsigned long physbase);
|