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

/drivers/pci/pcie/
H A Dpme.c61 u16 rtctl; local
65 pci_read_config_word(dev, rtctl_pos, &rtctl);
67 rtctl |= PCI_EXP_RTCTL_PMEIE;
69 rtctl &= ~PCI_EXP_RTCTL_PMEIE;
70 pci_write_config_word(dev, rtctl_pos, rtctl);

Completed in 254 milliseconds