Lines Matching full:script
161 * script will keep on
164 * script must be manually stopped
201 * struct sdma_script_start_addrs - SDMA script start pointers
415 * @direction: transfer type. Needed for setting SDMA script
417 * @peripheral_type: Peripheral type. Needed for setting SDMA script
421 * @pc_from_device: script address for those device_2_memory
422 * @pc_to_device: script address for those memory_2_device
423 * @device_to_device: script address for those device_2_device
424 * @pc_to_pc: script address for those memory_2_memory
429 * @event_mask: event mask used in p_2_p script
430 * @watermark_level: value for gReg[7], some script will extend it from
438 * @is_ram_script: flag for script in ram
495 * @num_script_addrs: Number of script addresses in this image
515 * ecspi ERR009165 fixed should be done in sdma script
983 * sets the pc of SDMA script according to the peripheral type
1029 /* Use rom script mcu_2_app if ERR009165 fixed */ in sdma_get_pc()
1277 * Limitation: The p2p script support dual fifos in maximum, in sdma_set_watermarklevel_for_p2p()
1952 "SDMA script number %d not match with firmware.\n", in sdma_add_scripts()
1963 * is based on uart ram script and mainline kernel based on uart rom in sdma_add_scripts()
1964 * script, both uart ram/rom scripts are present in newer sdma in sdma_add_scripts()
2390 * Because that device tree does not encode ROM script address, in sdma_probe()
2391 * the RAM script in firmware is mandatory for device tree in sdma_probe()
2394 ret = of_property_read_string(np, "fsl,sdma-ram-script-name", in sdma_probe()