Home
last modified time | relevance | path

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

/trueos/sys/dev/lmc/
HDif_lmc.c5345 u_int32_t tlp_cflt, tlp_csid, tlp_cfit; local
5360 tlp_cflt = READ_PCI_CFG(sc, TLP_CFLT);
5361 tlp_cflt &= ~TLP_CFLT_LATENCY;
5362 tlp_cflt |= (tlp_cfit & TLP_CFIT_MAX_LAT)>>16;
5364 switch(tlp_cflt & TLP_CFLT_CACHE)
5375 tlp_cflt &= ~TLP_CFLT_CACHE;
5376 tlp_cflt |= 8;
5380 WRITE_PCI_CFG(sc, TLP_CFLT, tlp_cflt);