Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/irda/
Dvlsi_ir.c208 pci_read_config_byte(idev->pdev, VLSI_PCI_CLKCTL, &byte); in vlsi_proc_ndev()
1148 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_start_clock()
1157 pci_read_config_byte(pdev, VLSI_PCI_CLKCTL, &lock); in vlsi_start_clock()
1169 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_start_clock()
1189 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_start_clock()
1194 pci_read_config_byte(pdev, VLSI_PCI_CLKCTL, &clkctl); in vlsi_start_clock()
1199 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_start_clock()
1209 pci_read_config_byte(pdev, VLSI_PCI_CLKCTL, &clkctl); in vlsi_stop_clock()
1211 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_stop_clock()
1215 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_stop_clock()
Dvlsi_ir.h47 VLSI_PCI_CLKCTL = 0x40, /* chip clock input control */ enumerator