Searched refs:hwbase (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbcmotp.c123 uint16 hwbase; /* hardware subregion offset */ member in struct:__anon11492
441 oi->hwbase = oi->otpgu_base + OTPGU_SROM_OFF;
449 oi->swbase = oi->hwbase;
466 "hwbase %d/%d hwlim %d/%d\n"
469 oi->hwbase, oi->hwbase * 16, oi->hwlim, oi->hwlim * 16,
590 sz = (uint)oi->hwlim - oi->hwbase;
598 __FUNCTION__, oi->hwlim - oi->hwbase));
602 base = oi->hwbase;
650 sz = ((uint)oi->flim - oi->hwbase);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/rio/
H A Drio_linux.c918 unsigned long hwbase; local
925 hwbase = pci_resource_start(pdev, 0);
926 rebase = ioremap(hwbase, 0x80);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsx.c2348 unsigned int hwbase; local
2355 pci_read_config_dword(pdev, PCI_BASE_ADDRESS_0, &hwbase);
2356 hwbase &= PCI_BASE_ADDRESS_MEM_MASK;
2357 rebase = ioremap(hwbase, 0x80);

Completed in 134 milliseconds