Searched refs:mtk_pci_write_config (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_pcie.c | 726 DEVMETHOD(pcib_write_config, mtk_pci_write_config), 1249 mtk_pci_write_config(dev, 0, i, 0, 0x4, val | 0x4, 4); in mtk_pcie_phy_setup_slots() 1253 mtk_pci_write_config(dev, 0, i, 0, 0x70c, val, 4); in mtk_pcie_phy_setup_slots() 1255 mtk_pci_write_config(dev, 0, i, 0, PCIR_IOBASEL_1, 0xff, 1); in mtk_pcie_phy_setup_slots() 1256 mtk_pci_write_config(dev, 0, i, 0, PCIR_IOBASEH_1, 0xffff, 2); in mtk_pcie_phy_setup_slots() 1257 mtk_pci_write_config(dev, 0, i, 0, PCIR_IOLIMITL_1, 0, 1); in mtk_pcie_phy_setup_slots() 1258 mtk_pci_write_config(dev, 0, i, 0, PCIR_IOLIMITH_1, 0, 2); in mtk_pcie_phy_setup_slots() 1259 mtk_pci_write_config(dev, 0, i, 0, PCIR_MEMBASE_1, 0xffff, 2); in mtk_pcie_phy_setup_slots() 1260 mtk_pci_write_config(dev, 0, i, 0, PCIR_MEMLIMIT_1, 0, 2); in mtk_pcie_phy_setup_slots() 1264 mtk_pci_write_config(dev, 0, i, 0, PCIR_PMLIMITL_1, 0, 2); in mtk_pcie_phy_setup_slots() [all …]
|