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

/openbsd-current/sys/dev/fdt/
H A Dqcsmptp.c123 extern int qcsmem_alloc(int, int, int);
185 if (qcsmem_alloc(sc->sc_remote_pid, sc->sc_smem_id[0],
197 if (qcsmem_alloc(sc->sc_remote_pid, sc->sc_smem_id[1],
H A Dqcpas.c554 extern int qcsmem_alloc(int, int, int);
580 if (qcsmem_alloc(remote, SMEM_GLINK_NATIVE_XPRT_DESCRIPTOR, 32) != 0 ||
581 qcsmem_alloc(remote, SMEM_GLINK_NATIVE_XPRT_FIFO_0, 16384) != 0)
H A Dqcsmem.c332 qcsmem_alloc(int host, int item, int size) function

Completed in 122 milliseconds