Searched refs:mtk_pci_make_addr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_pcie.c592 mtk_pci_make_addr(int bus, int slot, int func, int reg) function
630 addr = mtk_pci_make_addr(bus, slot, func, (reg & ~3)) & sc->addr_mask;
663 addr = mtk_pci_make_addr(bus, slot, func, (reg & ~3)) & sc->addr_mask;

Completed in 58 milliseconds