Searched refs:VLSI_PCI_CLKCTL (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/irda/ |
D | vlsi_ir.c | 209 pci_read_config_byte(idev->pdev, VLSI_PCI_CLKCTL, &byte); in vlsi_proc_ndev() 1173 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_start_clock() 1182 pci_read_config_byte(pdev, VLSI_PCI_CLKCTL, &lock); in vlsi_start_clock() 1194 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_start_clock() 1214 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_start_clock() 1219 pci_read_config_byte(pdev, VLSI_PCI_CLKCTL, &clkctl); in vlsi_start_clock() 1224 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_start_clock() 1234 pci_read_config_byte(pdev, VLSI_PCI_CLKCTL, &clkctl); in vlsi_stop_clock() 1236 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_stop_clock() 1240 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl); in vlsi_stop_clock()
|
D | vlsi_ir.h | 49 VLSI_PCI_CLKCTL = 0x40, /* chip clock input control */ enumerator
|