Symbol: bhnd_pcie2_softc
sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c
115
struct bhnd_pcie2_softc *sc;
sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c
200
bhnd_pcie2_read_proto_reg(struct bhnd_pcie2_softc *sc, uint32_t addr)
sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c
214
bhnd_pcie2_write_proto_reg(struct bhnd_pcie2_softc *sc, uint32_t addr,
sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c
222
bhnd_pcie2_mdio_read(struct bhnd_pcie2_softc *sc, int phy, int reg)
sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c
229
bhnd_pcie2_mdio_write(struct bhnd_pcie2_softc *sc, int phy, int reg, int val)
sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c
236
bhnd_pcie2_mdio_read_ext(struct bhnd_pcie2_softc *sc, int phy, int devaddr,
sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c
244
bhnd_pcie2_mdio_write_ext(struct bhnd_pcie2_softc *sc, int phy, int devaddr,
sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c
278
sizeof(struct bhnd_pcie2_softc));
sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c
91
struct bhnd_pcie2_softc *sc;
sys/dev/bhnd/cores/pcie2/bhnd_pcie2_hostbvar.h
64
struct bhnd_pcie2_softc common; /**< common bhnd_pcie2 state */
sys/dev/bhnd/cores/pcie2/bhnd_pcie2_var.h
44
struct bhnd_pcie2_softc;
sys/dev/bhnd/cores/pcie2/bhnd_pcie2_var.h
52
uint32_t bhnd_pcie2_read_proto_reg(struct bhnd_pcie2_softc *sc,
sys/dev/bhnd/cores/pcie2/bhnd_pcie2_var.h
54
void bhnd_pcie2_write_proto_reg(struct bhnd_pcie2_softc *sc,
sys/dev/bhnd/cores/pcie2/bhnd_pcie2_var.h
56
int bhnd_pcie2_mdio_read(struct bhnd_pcie2_softc *sc, int phy,
sys/dev/bhnd/cores/pcie2/bhnd_pcie2_var.h
58
int bhnd_pcie2_mdio_write(struct bhnd_pcie2_softc *sc, int phy,
sys/dev/bhnd/cores/pcie2/bhnd_pcie2_var.h
60
int bhnd_pcie2_mdio_read_ext(struct bhnd_pcie2_softc *sc, int phy,
sys/dev/bhnd/cores/pcie2/bhnd_pcie2_var.h
62
int bhnd_pcie2_mdio_write_ext(struct bhnd_pcie2_softc *sc,
sys/dev/bhnd/cores/pcie2/bhnd_pcie2b_var.h
40
struct bhnd_pcie2_softc sc_common;