Searched refs:bios_base (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A DNCR53c406a.c181 static void *bios_base; variable
461 bios_base = 0; NCR53c406a_detect()
463 for (ii = 0; ii < ADDRESS_COUNT && !bios_base; ii++) NCR53c406a_detect()
464 for (jj = 0; (jj < SIGNATURE_COUNT) && !bios_base; jj++) NCR53c406a_detect()
466 bios_base = addresses[ii]; NCR53c406a_detect()
468 if (!bios_base) { NCR53c406a_detect()
473 DEB(printk("NCR53c406a BIOS found at 0x%x\n", (unsigned int) bios_base); NCR53c406a_detect()
H A Dfdomain.c387 static unsigned long bios_base; variable
535 bios_base, shpnt->this_id ); print_banner()
652 bios_base matches these ports. If someone was unlucky enough to have
655 lowest bios_base.]
672 /* Check for board with lowest bios_base -- fdomain_get_irq()
677 if (chip != tmc18c30 && !PCI_bus && addresses[(options & 0xc0) >> 6 ] != bios_base) fdomain_get_irq()
697 printk( " %lx(%lx),", addresses[i], bios_base ); fdomain_isa_detect()
707 bios_base = addresses[i]; fdomain_isa_detect()
885 bios_base = 0; fdomain_pci_bios_detect()
1602 The RAM area starts at 0x1f00 from the bios_base address. fdomain_16x0_biosparam()
/linux-4.4.14/drivers/video/fbdev/aty/
H A Datyfb.h161 unsigned long bios_base; member in struct:atyfb_par
H A Datyfb_base.c3139 static void aty_init_lcd(struct atyfb_par *par, u32 bios_base) aty_init_lcd() argument
3153 driv_inf_tab = bios_base + *((u16 *)(bios_base+0x78)); aty_init_lcd()
3165 par->lcd_table = bios_base + lcd_ofs; aty_init_lcd()
3303 modeptr = bios_base + *lcdmodeptr; aty_init_lcd()
3372 u32 bios_base, rom_addr; init_from_bios() local
3376 bios_base = (unsigned long)ioremap(rom_addr, 0x10000); init_from_bios()
3379 if (*((u16 *)bios_base) == 0xaa55) { init_from_bios()
3385 PRINTKI("Mach64 BIOS is located at %x, mapped at %x.\n", rom_addr, bios_base); init_from_bios()
3388 bios_ptr = (u8*)bios_base; init_from_bios()
3410 aty_init_lcd(par, bios_base); init_from_bios()
3417 iounmap((void __iomem *)bios_base); init_from_bios()

Completed in 140 milliseconds