Searched refs:pmctl (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/net/tulip/
H A Dde2104x.c1230 u32 pmctl; local
1235 pci_read_config_dword(de->pdev, PCIPM, &pmctl);
1236 if (pmctl & PM_Mask) {
1237 pmctl &= ~PM_Mask;
1238 pci_write_config_dword(de->pdev, PCIPM, pmctl);
1247 u32 pmctl; local
1253 pci_read_config_dword(de->pdev, PCIPM, &pmctl);
1254 pmctl |= PM_Sleep;
1255 pci_write_config_dword(de->pdev, PCIPM, pmctl);

Completed in 61 milliseconds