Home
last modified time | relevance | path

Searched refs:gen_cntl_0 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/atm/
H A Dhe.c980 u32 gen_cntl_0, host_cntl, lb_swap; in he_start() local
998 if (pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0) != 0) { in he_start()
1002 gen_cntl_0 |= (MRL_ENB | MRM_ENB | IGNORE_TIMEOUT); in he_start()
1003 if (pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0) != 0) { in he_start()
1070 gen_cntl_0 |= ENBL_64; in he_start()
1072 gen_cntl_0 &= ~ENBL_64; in he_start()
1076 gen_cntl_0 &= ~ENBL_64; in he_start()
1079 if (gen_cntl_0 & ENBL_64) in he_start()
1082 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start()
1128 gen_cntl_0 | in he_start()
1531 u32 gen_cntl_0, reg; he_stop() local
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Dhe.c977 u32 gen_cntl_0, host_cntl, lb_swap; in he_start() local
995 if (pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0) != 0) { in he_start()
999 gen_cntl_0 |= (MRL_ENB | MRM_ENB | IGNORE_TIMEOUT); in he_start()
1000 if (pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0) != 0) { in he_start()
1067 gen_cntl_0 |= ENBL_64; in he_start()
1069 gen_cntl_0 &= ~ENBL_64; in he_start()
1073 gen_cntl_0 &= ~ENBL_64; in he_start()
1076 if (gen_cntl_0 & ENBL_64) in he_start()
1079 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start()
1125 gen_cntl_0 | in he_start()
1528 u32 gen_cntl_0, reg; he_stop() local
[all...]

Completed in 4 milliseconds