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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c385 static unsigned long bios_base; variable
523 bios_base, shpnt->this_id );
638 bios_base matches these ports. If someone was unlucky enough to have
641 lowest bios_base.]
658 /* Check for board with lowest bios_base --
663 if (chip != tmc18c30 && !PCI_bus && addresses[(options & 0xc0) >> 6 ] != bios_base)
684 printk( " %lx(%lx),", addresses[i], bios_base );
694 bios_base = addresses[i];
861 bios_base = 0;
1545 The RAM area starts at 0x1f00 from the bios_base addres
[all...]
H A Dfd_mcs.c223 #define bios_base (HOSTDATA(shpnt)->_bios_base) macro
321 if (bios_base) {
322 printk("BIOS at 0x%lX", bios_base);
477 bios_base = bios;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Datyfb.h160 unsigned long bios_base; member in struct:atyfb_par
H A Datyfb_base.c3082 static void __devinit aty_init_lcd(struct atyfb_par *par, u32 bios_base) argument
3095 driv_inf_tab = bios_base + *((u16 *)(bios_base+0x78));
3107 par->lcd_table = bios_base + lcd_ofs;
3241 modeptr = bios_base + *lcdmodeptr;
3310 u32 bios_base, rom_addr; local
3314 bios_base = (unsigned long)ioremap(rom_addr, 0x10000);
3317 if (*((u16 *)bios_base) == 0xaa55) {
3323 PRINTKI("Mach64 BIOS is located at %x, mapped at %x.\n", rom_addr, bios_base);
3326 bios_ptr = (u8*)bios_base;
[all...]

Completed in 72 milliseconds