Searched refs:rom_base (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/sti/
H A Dsticore.c858 unsigned long rom_base; local
859 rom_base = pci_resource_start(sti->pd, PCI_ROM_RESOURCE);
860 pci_write_config_dword(sti->pd, PCI_ROM_ADDRESS, rom_base & ~PCI_ROM_ADDRESS_ENABLE);
926 unsigned long fb_base, rom_base; local
934 rom_base = pci_resource_start(pd, PCI_ROM_RESOURCE);
936 if (rom_base) {
937 pci_write_config_dword(pd, PCI_ROM_ADDRESS, rom_base | PCI_ROM_ADDRESS_ENABLE);
938 DPRINTK((KERN_DEBUG "STI PCI ROM enabled at 0x%08lx\n", rom_base));
942 rom_base, rom_len/1024, fb_base, fb_len/1024/1024);
945 rom_base, fb_bas
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Daty128fb.c2113 char *rom_base; local
2123 rom_base = (char *)ioremap(segstart, 0x1000);
2125 if ((*rom_base == 0x55) && (((*(rom_base + 1)) & 0xff) == 0xaa))
2129 iounmap(rom_base);
2132 rom = rom_base;
2142 iounmap(rom_base);
2145 rom = rom_base;
2156 iounmap(rom_base);
2160 return rom_base;
[all...]
H A Dradeonfb.c1073 char *rom_base; local
1087 rom_base = (char *)ioremap(segstart, 0x1000);
1089 if ((*rom_base == 0x55) && (((*(rom_base + 1)) & 0xff) == 0xaa))
1094 iounmap(rom_base);
1098 rom = rom_base;
1108 iounmap(rom_base);
1111 rom = rom_base;
1125 iounmap(rom_base);
1129 return rom_base;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dsungem.c2720 static void find_eth_addr_in_vpd(void *rom_base, int len, unsigned char *dev_addr) argument
2725 void *p = rom_base + this_offset;
H A Dsunhme.c2882 static void find_eth_addr_in_vpd(void *rom_base, int len, int index, unsigned char *dev_addr) argument
2887 void *p = rom_base + this_offset;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dsmctr.c577 tp->rom_base = ((__u32)(r4 & 0x7) << 13) + 0xD0000;
579 tp->rom_base = ((__u32)(r4 & 0x7) << 13) + 0xC0000;
1094 tp->rom_base = (__u32)r1 << 13;
3744 dev->irq, tp->rom_base, tp->ram_base);
H A Dsmctr.h1024 __u32 rom_base; member in struct:net_local

Completed in 86 milliseconds