Lines Matching full:script
69 /* The following is a script fragment to move the buffer onto the
218 __u32 *script; /* pointer to script location */ member
219 __u32 pScript; /* physical mem addr of script */
228 #define MSGOUT_OFFSET (L1_CACHE_ALIGN(sizeof(SCRIPT)))
425 #define script_patch_32(h, script, symbol, value) \ argument
430 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]) + da; \
431 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
432 dma_sync_to_dev((h), &(script)[A_##symbol##_used[i]], 4); \
433 DEBUG((" script, patching %s at %d to %pad\n", \
438 #define script_patch_32_abs(h, script, symbol, value) \ argument
443 (script)[A_##symbol##_used[i]] = bS_to_host(da); \
444 dma_sync_to_dev((h), &(script)[A_##symbol##_used[i]], 4); \
445 DEBUG((" script, patching %s at %d to %pad\n", \
451 #define script_patch_ID(h, script, symbol, value) \ argument
455 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \
458 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
459 dma_sync_to_dev((h), &(script)[A_##symbol##_used[i]], 4); \
460 DEBUG((" script, patching ID field %s at %d to 0x%x\n", \
465 #define script_patch_16(h, script, symbol, value) \ argument
469 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \
472 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
473 dma_sync_to_dev((h), &(script)[A_##symbol##_used[i]], 4); \
474 DEBUG((" script, patching short field %s at %d to 0x%x\n", \