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

/openbsd-current/sys/dev/fdt/
H A Dqcpas.c59 struct qcpas_softc { struct
104 sizeof (struct qcpas_softc), qcpas_match, qcpas_attach
112 int qcpas_map_memory(struct qcpas_softc *);
113 int qcpas_mdt_init(struct qcpas_softc *, u_char *, size_t);
114 void qcpas_glink_attach(struct qcpas_softc *, int);
117 qcpas_dmamem_alloc(struct qcpas_softc *, bus_size_t, bus_size_t);
118 void qcpas_dmamem_free(struct qcpas_softc *, struct qcpas_dmamem *);
120 void qcpas_intr_establish(struct qcpas_softc *, int, char *, void *);
139 struct qcpas_softc *sc = (struct qcpas_softc *)sel
[all...]

Completed in 98 milliseconds