Home
last modified time | relevance | path

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

/linux/drivers/atm/
H A Dhe.c992 if (pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0) != 0) { in he_start()
997 if (pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0) != 0) { in he_start()
1076 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start()
1123 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start()
1533 pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0); in he_stop()
1535 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_stop()
H A Dhe.h334 #define GEN_CNTL_0 0x40 macro