Home
last modified time | relevance | path

Searched refs:cn30xxfpa_softc (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/octeon/dev/
H A Dcn30xxfpa.c40 struct cn30xxfpa_softc { struct
53 void cn30xxfpa_init(struct cn30xxfpa_softc *); argument
55 uint64_t cn30xxfpa_iobdma(struct cn30xxfpa_softc *, int, int);
58 static struct cn30xxfpa_softc cn30xxfpa_softc; variable
65 struct cn30xxfpa_softc *sc = &cn30xxfpa_softc; in cn30xxfpa_bootstrap()
83 struct cn30xxfpa_softc *sc = &cn30xxfpa_softc; in cn30xxfpa_buf_init()
164 struct cn30xxfpa_softc *sc = &cn30xxfpa_softc; in cn30xxfpa_query()
172 void cn30xxfpa_init_regs(struct cn30xxfpa_softc *);
175 cn30xxfpa_init(struct cn30xxfpa_softc *sc) in cn30xxfpa_init()
185 cn30xxfpa_init_regs(struct cn30xxfpa_softc *sc) in cn30xxfpa_init_regs()
H A Dcn30xxfpavar.h71 cn30xxfpa_iobdma(struct cn30xxfpa_softc *sc, int srcaddr, int len) in cn30xxfpa_iobdma()