HomeSort by: relevance | last modified time | path
    Searched refs:sc_cacheline (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/newsmips/apbus/
if_tlp_ap.c 158 sc->sc_cacheline = mips_cache_info.mci_sdcache_line_size / 4;
160 sc->sc_cacheline = mips_cache_info.mci_pdcache_line_size / 4;
162 sc->sc_cacheline = 4;
163 sc->sc_maxburst = sc->sc_cacheline; /* XXX */
  /src/sys/dev/cardbus/
cardbusvar.h 141 int sc_cacheline; /* cache line size */ member in struct:cardbus_softc
cardbus.c 115 sc->sc_cacheline = cba->cba_cacheline;
122 sc->sc_cacheline, sc->sc_max_lattimer);
546 bhlc |= (sc->sc_cacheline & PCI_CACHELINE_MASK) <<
  /src/sys/dev/pci/
if_atw_pci.c 238 sc->sc_cacheline = PCI_CACHELINE(pci_conf_read(pc, pa->pa_tag,
if_tlp_pci.c 576 sc->sc_cacheline = PCI_CACHELINE(pci_conf_read(pc, pa->pa_tag,
  /src/sys/dev/eisa/
if_tlp_eisa.c 208 sc->sc_cacheline = 0;
  /src/sys/dev/ic/
atwvar.h 192 u_int32_t sc_cacheline; /* cache line size */ member in struct:atw_softc
tulipvar.h 361 uint32_t sc_cacheline; /* cache line size */ member in struct:tulip_softc
tulip.c 1663 switch (sc->sc_cacheline) {

Completed in 52 milliseconds