Home
last modified time | relevance | path

Searched refs:PCI_CLOCK_CTL (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/memstick/host/
Djmb38x_ms.c771 #define PCI_CLOCK_CTL 0xb9 macro
795 pci_read_config_byte(pdev, PCI_CLOCK_CTL, &val); in jmb38x_ms_pmos()
796 pci_write_config_byte(pdev, PCI_CLOCK_CTL, val & ~0x0f); in jmb38x_ms_pmos()
797 pci_write_config_byte(pdev, PCI_CLOCK_CTL, val | 0x01); in jmb38x_ms_pmos()