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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dpmcc4.h101 #define sbeYelAlm 0x04 macro
H A Dpmcc4_drv.c385 } else if ((copyVal & sbeYelAlm) && !(value & sbeYelAlm))
387 copyVal &= ~sbeYelAlm;
390 } else if (!(copyVal & sbeYelAlm) && (value & sbeYelAlm))
392 copyVal |= sbeYelAlm;
435 } else if ((copyVal & sbeYelAlm) && !(value & sbeYelAlm))
437 copyVal &= ~sbeYelAlm;
440 } else if (!(copyVal & sbeYelAlm)
[all...]

Completed in 60 milliseconds