Searched refs:tlp_cflt (Results 1 – 1 of 1) sorted by relevance
4174 u_int32_t tlp_cflt, tlp_csid, tlp_cfit; in startup_card() local4189 tlp_cflt = READ_PCI_CFG(sc, TLP_CFLT); in startup_card()4190 tlp_cflt &= ~TLP_CFLT_LATENCY; in startup_card()4191 tlp_cflt |= (tlp_cfit & TLP_CFIT_MAX_LAT)>>16; in startup_card()4193 switch(tlp_cflt & TLP_CFLT_CACHE) in startup_card()4204 tlp_cflt &= ~TLP_CFLT_CACHE; in startup_card()4205 tlp_cflt |= 8; in startup_card()4209 WRITE_PCI_CFG(sc, TLP_CFLT, tlp_cflt); in startup_card()