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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D8139cp.c300 PMEStatus = (1 << 0), /* PME status can be reset by PCI RST# */ enumerator in enum:__anon5160
1044 cpw8(Config5, cpr8(Config5) & PMEStatus);
H A Dr8169.c335 PMEStatus = (1 << 0), /* PME status can be reset by PCI RST# */ enumerator in enum:RTL8169_register_content
1618 RTL_W8(Config5, RTL_R8(Config5) & PMEStatus);
H A Dnatsemi.c461 PMEStatus = 0x8000, enumerator in enum:ClkRun_bits
1765 if (np->SavedClkRun & PMEStatus && netif_msg_wol(np)) {
3111 writel(np->SavedClkRun | PMEEnable | PMEStatus, ioaddr + ClkRun);

Completed in 85 milliseconds