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

/openbsd-current/sys/dev/fdt/
H A Dqcsmptp.c124 extern void *qcsmem_get(int, int, int *);
191 sc->sc_in = qcsmem_get(sc->sc_remote_pid, sc->sc_smem_id[0], NULL);
203 sc->sc_out = qcsmem_get(sc->sc_remote_pid, sc->sc_smem_id[1], NULL);
H A Dqcpas.c555 extern void *qcsmem_get(int, int, int *);
584 descs = qcsmem_get(remote, SMEM_GLINK_NATIVE_XPRT_DESCRIPTOR, &size);
593 sc->sc_tx_fifo = qcsmem_get(remote, SMEM_GLINK_NATIVE_XPRT_FIFO_0,
597 sc->sc_rx_fifo = qcsmem_get(remote, SMEM_GLINK_NATIVE_XPRT_FIFO_1,
H A Dqcsmem.c461 qcsmem_get(int host, int item, int *size) function

Completed in 189 milliseconds