Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dhe.c1030 if (pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0) != 0) { in he_start()
1035 if (pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0) != 0) { in he_start()
1114 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start()
1173 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start()
1596 pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0); in he_stop()
1598 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_stop()
Dhe.h385 #define GEN_CNTL_0 0x40 macro