Lines Matching refs:gen_cntl_0
1012 u32 gen_cntl_0, host_cntl, lb_swap; in he_start() local
1030 if (pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0) != 0) { in he_start()
1034 gen_cntl_0 |= (MRL_ENB | MRM_ENB | IGNORE_TIMEOUT); in he_start()
1035 if (pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0) != 0) { in he_start()
1102 gen_cntl_0 |= ENBL_64; in he_start()
1104 gen_cntl_0 &= ~ENBL_64; in he_start()
1108 gen_cntl_0 &= ~ENBL_64; in he_start()
1111 if (gen_cntl_0 & ENBL_64) in he_start()
1114 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start()
1172 gen_cntl_0 |= INT_PROC_ENBL|INIT_ENB; in he_start()
1173 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_start()
1588 u32 gen_cntl_0, reg; in he_stop() local
1596 pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0); in he_stop()
1597 gen_cntl_0 &= ~(INT_PROC_ENBL | INIT_ENB); in he_stop()
1598 pci_write_config_dword(pci_dev, GEN_CNTL_0, gen_cntl_0); in he_stop()