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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Ddbldefs.h62 * *dsp_address (or starting at *dsp_address if reserve == TRUE). Returns 0 on
66 u32 *dsp_address, s32 seg_id, s32 req,
106 * starting at address "dsp_address" from the buffer "buf". The buffer is
109 typedef s32(*dbl_write_fxn) (void *hdl, u32 dsp_address, void *buf,
H A Drmm.h59 * dsp_address - If reserve is FALSE, the location to store allocated
62 * reserve - If TRUE, reserve the memory specified by dsp_address.
71 * dsp_address != NULL.
77 u32 align, u32 *dsp_address, bool reserve);
136 * dsp_address: - Address to free or unreserve.
144 * reserve || [dsp_address, dsp_address + size] is a valid memory range.
H A Ddblldefs.h74 * *dsp_address (or starting at *dsp_address if reserve == TRUE). Returns 0 on
78 u32 *dsp_address, s32 seg_id, s32 req,
143 * starting at address "dsp_address" from the buffer "buf". The buffer is
146 typedef s32(*dbll_write_fxn) (void *hdl, u32 dsp_address, void *buf,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Drmm.c88 u32 align, u32 *dsp_address);
96 u32 align, u32 *dsp_address, bool reserve)
105 DBC_REQUIRE(dsp_address != NULL);
111 if (!alloc_block(target, segid, size, align, dsp_address)) {
122 addr = *dsp_address;
424 u32 align, u32 *dsp_address)
465 *dsp_address = addr + tmpalign;
95 rmm_alloc(struct rmm_target_obj *target, u32 segid, u32 size, u32 align, u32 *dsp_address, bool reserve) argument
423 alloc_block(struct rmm_target_obj *target, u32 segid, u32 size, u32 align, u32 *dsp_address) argument
H A Dnldr.c281 static s32 fake_ovly_write(void *handle, u32 dsp_address, void *buf, u32 bytes,
295 u32 align, u32 *dsp_address,
298 static int remote_free(void **ref, u16 space, u32 dsp_address, u32 size,
1112 static s32 fake_ovly_write(void *handle, u32 dsp_address, void *buf, u32 bytes, argument
1614 u32 align, u32 *dsp_address,
1626 struct rmm_addr *rmm_addr_obj = (struct rmm_addr *)dsp_address;
1684 rmm_alloc(rmm, segid, word_size, align, dsp_address, false);
1702 dsp_address, false);
1722 dsp_address, false);
1734 static int remote_free(void **ref, u16 space, u32 dsp_address, argument
1613 remote_alloc(void **ref, u16 mem_sect, u32 size, u32 align, u32 *dsp_address, s32 segmnt_id, s32 req, bool reserve) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpi_internal.h826 u32 dsp_address; member in struct:hpi_adapterx_msg::__anon19092
H A Dhpi.h1265 u16 adapter_index, u32 dsp_address, char *p_bytes, int *count_bytes);
H A Dhpifunc.c501 u16 adapter_index, u32 dsp_address, char *p_buffer, int *count_bytes)
511 hm.u.ax.debug_read.dsp_address = dsp_address;
500 hpi_adapter_debug_read(const struct hpi_hsubsys *ph_subsys, u16 adapter_index, u32 dsp_address, char *p_buffer, int *count_bytes) argument

Completed in 144 milliseconds