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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DNCR53c406a.c181 static void *bios_base; variable
461 bios_base = 0;
463 for (ii = 0; ii < ADDRESS_COUNT && !bios_base; ii++)
464 for (jj = 0; (jj < SIGNATURE_COUNT) && !bios_base; jj++)
466 bios_base = addresses[ii];
468 if (!bios_base) {
473 DEB(printk("NCR53c406a BIOS found at 0x%x\n", (unsigned int) bios_base);
H A Dfdomain.c388 static unsigned long bios_base; variable
536 bios_base, shpnt->this_id );
653 bios_base matches these ports. If someone was unlucky enough to have
656 lowest bios_base.]
673 /* Check for board with lowest bios_base --
678 if (chip != tmc18c30 && !PCI_bus && addresses[(options & 0xc0) >> 6 ] != bios_base)
698 printk( " %lx(%lx),", addresses[i], bios_base );
708 bios_base = addresses[i];
886 bios_base = 0;
1567 The RAM area starts at 0x1f00 from the bios_base addres
[all...]
H A Dfd_mcs.c224 #define bios_base (HOSTDATA(shpnt)->_bios_base) macro
322 if (bios_base) {
323 printk("BIOS at 0x%lX", bios_base);
478 bios_base = bios;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Datyfb.h161 unsigned long bios_base; member in struct:atyfb_par
H A Datyfb_base.c3138 static void __devinit aty_init_lcd(struct atyfb_par *par, u32 bios_base) argument
3152 driv_inf_tab = bios_base + *((u16 *)(bios_base+0x78));
3164 par->lcd_table = bios_base + lcd_ofs;
3302 modeptr = bios_base + *lcdmodeptr;
3371 u32 bios_base, rom_addr; local
3375 bios_base = (unsigned long)ioremap(rom_addr, 0x10000);
3378 if (*((u16 *)bios_base) == 0xaa55) {
3384 PRINTKI("Mach64 BIOS is located at %x, mapped at %x.\n", rom_addr, bios_base);
3387 bios_ptr = (u8*)bios_base;
[all...]

Completed in 173 milliseconds