Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/atm/
Dhe.c979 u32 gen_cntl_0, host_cntl, lb_swap; in he_start() local
997 if (pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0) != 0) { in he_start()
1001 gen_cntl_0 |= (MRL_ENB | MRM_ENB | IGNORE_TIMEOUT); in he_start()
1002 if (pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0) != 0) { in he_start()
1069 gen_cntl_0 |= ENBL_64; in he_start()
1071 gen_cntl_0 &= ~ENBL_64; in he_start()
1075 gen_cntl_0 &= ~ENBL_64; in he_start()
1078 if (gen_cntl_0 & ENBL_64) in he_start()
1081 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start()
1127 gen_cntl_0 |= INT_PROC_ENBL|INIT_ENB; in he_start()
[all …]