Searched refs:dsp_address (Results 1 - 4 of 4) sorted by relevance
/drivers/staging/tidspbridge/include/dspbridge/ |
H A D | rmm.h | 59 * 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 D | dblldefs.h | 74 * *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,
|
/drivers/staging/tidspbridge/rmgr/ |
H A D | rmm.c | 89 u32 align, u32 *dsp_address); 97 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; 399 u32 align, u32 *dsp_address) 440 *dsp_address = addr + tmpalign; 96 rmm_alloc(struct rmm_target_obj *target, u32 segid, u32 size, u32 align, u32 *dsp_address, bool reserve) argument 398 alloc_block(struct rmm_target_obj *target, u32 segid, u32 size, u32 align, u32 *dsp_address) argument
|
H A D | nldr.c | 278 static s32 fake_ovly_write(void *handle, u32 dsp_address, void *buf, u32 bytes, 292 u32 align, u32 *dsp_address, 295 static int remote_free(void **ref, u16 space, u32 dsp_address, u32 size, 1109 static s32 fake_ovly_write(void *handle, u32 dsp_address, void *buf, u32 bytes, argument 1611 u32 align, u32 *dsp_address, 1623 struct rmm_addr *rmm_addr_obj = (struct rmm_addr *)dsp_address; 1681 rmm_alloc(rmm, segid, word_size, align, dsp_address, false); 1699 dsp_address, false); 1719 dsp_address, false); 1731 static int remote_free(void **ref, u16 space, u32 dsp_address, argument 1610 remote_alloc(void **ref, u16 mem_sect, u32 size, u32 align, u32 *dsp_address, s32 segmnt_id, s32 req, bool reserve) argument [all...] |
Completed in 66 milliseconds