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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmotp.c121 uint16 hwbase; /* hardware subregion offset */ member in struct:__anon11537
747 oi->hwbase = oi->otpgu_base + OTPGU_SROM_OFF;
768 oi->swbase = oi->hwbase;
785 "hwbase %d/%d hwlim %d/%d\n"
788 oi->hwbase, oi->hwbase * 16, oi->hwlim, oi->hwlim * 16,
910 /* OTP unification: For unified OTP sz=flim-hwbase */
912 sz = (uint)oi->flim - oi->hwbase;
914 sz = (uint)oi->hwlim - oi->hwbase;
922 __FUNCTION__, oi->hwlim - oi->hwbase));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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 97 milliseconds