Home
last modified time | relevance | path

Searched refs:dwqe_softc (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/dev/ic/
Ddwqe.c59 uint32_t dwqe_read(struct dwqe_softc *, bus_addr_t);
60 void dwqe_write(struct dwqe_softc *, bus_addr_t, uint32_t);
69 void dwqe_mii_attach(struct dwqe_softc *);
74 void dwqe_lladdr_read(struct dwqe_softc *, uint8_t *);
75 void dwqe_lladdr_write(struct dwqe_softc *);
81 void dwqe_tx_proc(struct dwqe_softc *);
82 void dwqe_rx_proc(struct dwqe_softc *);
84 void dwqe_up(struct dwqe_softc *);
85 void dwqe_down(struct dwqe_softc *);
86 void dwqe_iff(struct dwqe_softc *);
[all …]
Ddwqevar.h50 struct dwqe_softc { struct
115 int dwqe_attach(struct dwqe_softc *); argument
116 void dwqe_reset(struct dwqe_softc *);
118 uint32_t dwqe_read(struct dwqe_softc *, bus_addr_t);
119 void dwqe_write(struct dwqe_softc *, bus_addr_t, uint32_t);
120 void dwqe_lladdr_read(struct dwqe_softc *, uint8_t *);
121 void dwqe_lladdr_write(struct dwqe_softc *);
/openbsd/src/sys/dev/fdt/
Dif_dwqe_fdt.c65 struct dwqe_softc sc_sc;
72 void dwqe_setup_jh7110(struct dwqe_softc *);
83 void dwqe_reset_phy(struct dwqe_softc *, uint32_t);
98 struct dwqe_softc *sc = &fsc->sc_sc; in dwqe_fdt_attach()
285 dwqe_reset_phy(struct dwqe_softc *sc, uint32_t phy) in dwqe_reset_phy()
369 dwqe_setup_jh7110(struct dwqe_softc *sc) in dwqe_setup_jh7110()
416 struct dwqe_softc *sc = arg; in dwqe_mii_statchg_jh7110_task()
437 struct dwqe_softc *sc = (void *)self; in dwqe_mii_statchg_jh7110()
445 struct dwqe_softc *sc = &fsc->sc_sc; in dwqe_setup_rk3568()
503 struct dwqe_softc *sc = arg; in dwqe_mii_statchg_rk3568_task()
[all …]
/openbsd/src/sys/dev/pci/
Dif_dwqe_pci.c54 struct dwqe_softc sc_sc;
72 struct dwqe_softc *sc = &psc->sc_sc; in dwqe_pci_attach()
147 sizeof(struct dwqe_softc), dwqe_pci_match, dwqe_pci_attach