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

/freebsd-13-stable/sys/dev/bhnd/cores/pci/
H A Dbhnd_pcibvar.h41 struct bhnd_pci_softc sc_common;
H A Dbhnd_pcivar.h45 struct bhnd_pci_softc;
53 uint32_t bhnd_pcie_read_proto_reg(struct bhnd_pci_softc *sc,
55 void bhnd_pcie_write_proto_reg(struct bhnd_pci_softc *sc,
57 int bhnd_pcie_mdio_read(struct bhnd_pci_softc *sc, int phy,
59 int bhnd_pcie_mdio_write(struct bhnd_pci_softc *sc, int phy,
61 int bhnd_pcie_mdio_read_ext(struct bhnd_pci_softc *sc, int phy,
63 int bhnd_pcie_mdio_write_ext(struct bhnd_pci_softc *sc, int phy,
93 struct bhnd_pci_softc { struct
H A Dbhnd_pci.c59 static int bhnd_pcie_mdio_wait_idle(struct bhnd_pci_softc *sc);
60 static int bhnd_pcie_mdio_ioctl(struct bhnd_pci_softc *sc, uint32_t cmd);
61 static int bhnd_pcie_mdio_enable(struct bhnd_pci_softc *sc);
62 static void bhnd_pcie_mdio_disable(struct bhnd_pci_softc *sc);
63 static int bhnd_pcie_mdio_cmd_write(struct bhnd_pci_softc *sc,
65 static int bhnd_pcie_mdio_cmd_read(struct bhnd_pci_softc *sc, uint32_t cmd,
129 struct bhnd_pci_softc *sc;
161 struct bhnd_pci_softc *sc;
246 bhnd_pcie_read_proto_reg(struct bhnd_pci_softc *sc, uint32_t addr)
268 bhnd_pcie_write_proto_reg(struct bhnd_pci_softc *s
[all...]
H A Dbhnd_pci_hostbvar.h229 struct bhnd_pci_softc common; /**< common bhnd_pci state */

Completed in 54 milliseconds