HomeSort by: relevance | last modified time | path
    Searched defs:mmc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/evbppc/virtex/dev/
if_temac.c 848 uint32_t rcf, tcf, mmc; local
863 mmc = gmi_read_4(TEMAC_GMI_MMC) & ~GMI_MMC_SPEED_MASK;
872 mmc |= GMI_MMC_SPEED_10;
875 mmc |= GMI_MMC_SPEED_100;
878 mmc |= GMI_MMC_SPEED_1000;
882 gmi_write_4(TEMAC_GMI_MMC, mmc);
  /src/sys/dev/pci/
pci.c 612 uint32_t mmc; local
619 mmc = PCI_MSI_CTL_MMC(reg);
620 count = 1 << mmc;
622 aprint_error("detect an illegal device! The device use reserved MMC values.\n");
pci_subr.c 1313 uint32_t ctl, mmc, mme; local
1317 mmc = PCIREG_SHIFTOUT(ctl, PCI_MSI_CTL_MMC_MASK);
1325 mmc > 0 ? "yes" : "no", 1 << mmc, mmc > 0 ? "s" : "");

Completed in 27 milliseconds