Searched refs:bhnd_pcie_mdio_write (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/bhnd/cores/pci/ |
H A D | bhnd_pci.c | 396 bhnd_pcie_mdio_write(struct bhnd_pci_softc *sc, int phy, int reg, int val) in bhnd_pcie_mdio_write() function 466 return (bhnd_pcie_mdio_write(sc, phy, reg, val)); in bhnd_pcie_mdio_write_ext()
|
H A D | bhnd_pcivar.h | 58 int bhnd_pcie_mdio_write(struct bhnd_pci_softc *sc, int phy,
|
H A D | bhnd_pci_hostb.c | 198 bhnd_pcie_mdio_write(BHND_PCI_SOFTC(_sc), (_phy), (_reg), (_val))
|