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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dee_efuse.c250 u16 LogicalAddress; local
255 eFusePhysicalReadRegisters(pAd, i, 2, &LogicalAddress);
256 if ((LogicalAddress & 0xff) == 0) {
259 } else if (((LogicalAddress >> 8) & 0xff) == 0) {
311 u16 LogicalAddress; local
318 eFusePhysicalReadRegisters(pAd, i, 2, &LogicalAddress);
319 if ((LogicalAddress & 0xff) == 0) {
322 } else if (((LogicalAddress >> 8) & 0xff) == 0) {

Completed in 109 milliseconds