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

/freebsd-11.0-release/sys/dev/bhnd/cores/pci/
H A Dbhnd_pcibvar.h39 struct bhnd_pci_softc sc_common;
H A Dbhnd_pcivar.h43 struct bhnd_pci_softc;
51 uint32_t bhnd_pcie_read_proto_reg(struct bhnd_pci_softc *sc,
53 void bhnd_pcie_write_proto_reg(struct bhnd_pci_softc *sc,
55 int bhnd_pcie_mdio_read(struct bhnd_pci_softc *sc, int phy,
57 int bhnd_pcie_mdio_write(struct bhnd_pci_softc *sc, int phy,
59 int bhnd_pcie_mdio_read_ext(struct bhnd_pci_softc *sc, int phy,
61 int bhnd_pcie_mdio_write_ext(struct bhnd_pci_softc *sc, int phy,
91 struct bhnd_pci_softc { struct
H A Dbhnd_pci.c57 static int bhnd_pcie_mdio_wait_idle(struct bhnd_pci_softc *sc);
58 static int bhnd_pcie_mdio_ioctl(struct bhnd_pci_softc *sc, uint32_t cmd);
59 static int bhnd_pcie_mdio_enable(struct bhnd_pci_softc *sc);
60 static void bhnd_pcie_mdio_disable(struct bhnd_pci_softc *sc);
61 static int bhnd_pcie_mdio_cmd_write(struct bhnd_pci_softc *sc,
63 static int bhnd_pcie_mdio_cmd_read(struct bhnd_pci_softc *sc, uint32_t cmd,
128 struct bhnd_pci_softc *sc;
160 struct bhnd_pci_softc *sc;
245 bhnd_pcie_read_proto_reg(struct bhnd_pci_softc *sc, uint32_t addr)
267 bhnd_pcie_write_proto_reg(struct bhnd_pci_softc *s
[all...]
H A Dbhnd_pci_hostbvar.h227 struct bhnd_pci_softc common; /**< common bhnd_pci state */

Completed in 52 milliseconds