Searched refs:GEN_CNTL_0 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | he.c | 998 if (pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0) != 0) { in he_start() 999 hprintk("can't read GEN_CNTL_0\n"); in he_start() 1003 if (pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0) != 0) { in he_start() 1004 hprintk("can't write GEN_CNTL_0.\n"); in he_start() 1082 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start() 1129 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start() 1539 pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0); in he_stop() 1541 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_stop()
|
H A D | he.h | 334 #define GEN_CNTL_0 0x40 macro
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | he.c | 995 if (pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0) != 0) { in he_start() 996 hprintk("can't read GEN_CNTL_0\n"); in he_start() 1000 if (pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0) != 0) { in he_start() 1001 hprintk("can't write GEN_CNTL_0.\n"); in he_start() 1079 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start() 1126 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start() 1536 pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0); in he_stop() 1538 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_stop()
|
H A D | he.h | 334 #define GEN_CNTL_0 0x40 macro
|
Completed in 11 milliseconds