Home
last modified time | relevance | path

Searched refs:dsp_address (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/staging/tidspbridge/rmgr/
Drmm.c84 u32 align, u32 *dsp_address);
92 u32 align, u32 *dsp_address, bool reserve) in rmm_alloc() argument
100 if (!alloc_block(target, segid, size, align, dsp_address)) { in rmm_alloc()
111 addr = *dsp_address; in rmm_alloc()
343 u32 align, u32 *dsp_address) in alloc_block() argument
384 *dsp_address = addr + tmpalign; in alloc_block()
Dnldr.c274 static s32 fake_ovly_write(void *handle, u32 dsp_address, void *buf, u32 bytes,
288 u32 align, u32 *dsp_address,
291 static int remote_free(void **ref, u16 space, u32 dsp_address, u32 size,
1033 static s32 fake_ovly_write(void *handle, u32 dsp_address, void *buf, u32 bytes, in fake_ovly_write() argument
1530 u32 align, u32 *dsp_address, in remote_alloc() argument
1542 struct rmm_addr *rmm_addr_obj = (struct rmm_addr *)dsp_address; in remote_alloc()
1594 rmm_alloc(rmm, segid, word_size, align, dsp_address, false); in remote_alloc()
1611 dsp_address, false); in remote_alloc()
1631 dsp_address, false); in remote_alloc()
1643 static int remote_free(void **ref, u16 space, u32 dsp_address, in remote_free() argument
[all …]
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Ddblldefs.h78 u32 *dsp_address, s32 seg_id, s32 req,
146 typedef s32(*dbll_write_fxn) (void *hdl, u32 dsp_address, void *buf,
Drmm.h77 u32 align, u32 *dsp_address, bool reserve);
/linux-3.4.99/sound/pci/asihpi/
Dhpi.h1207 u16 hpi_adapter_debug_read(u16 adapter_index, u32 dsp_address, char *p_bytes,
Dhpi_internal.h655 u32 dsp_address; member