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

/linux-master/drivers/memstick/host/
H A Djmb38x_ms.c764 #define PCI_CLOCK_CTL 0xb9 macro
788 pci_read_config_byte(pdev, PCI_CLOCK_CTL, &val);
789 pci_write_config_byte(pdev, PCI_CLOCK_CTL, val & ~0x0f);
790 pci_write_config_byte(pdev, PCI_CLOCK_CTL, val | 0x01);

Completed in 77 milliseconds