Searched refs:GEN_CNTL_0 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/atm/ |
D | he.c | 999 if (pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0) != 0) { in he_start() 1004 if (pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0) != 0) { in he_start() 1083 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start() 1130 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start() 1540 pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0); in he_stop() 1542 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_stop()
|
D | he.h | 334 #define GEN_CNTL_0 0x40 macro
|