Searched full:lcla (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/dma/ |
H A D | ste_dma40_ll.c | 349 void d40_log_lli_lcla_write(struct d40_log_lli *lcla, in d40_log_lli_lcla_write() argument 356 writel_relaxed(lli_src->lcsp02, &lcla[0].lcsp02); in d40_log_lli_lcla_write() 357 writel_relaxed(lli_src->lcsp13, &lcla[0].lcsp13); in d40_log_lli_lcla_write() 358 writel_relaxed(lli_dst->lcsp02, &lcla[1].lcsp02); in d40_log_lli_lcla_write() 359 writel_relaxed(lli_dst->lcsp13, &lcla[1].lcsp13); in d40_log_lli_lcla_write()
|
H A D | ste_dma40.c | 42 * @use_esram_lcla: flag for mapping the lcla into esram region 71 /* Hardware requirement on LCLA alignment */ 380 * @lcla_alloc: Number of LCLA entries allocated. 408 * struct d40_lcla_pool - LCLA pool settings and data. 410 * @base: The virtual address of LCLA. 18 bit aligned. 417 * @alloc_map: big map over which LCLA entry is own by which job. 574 * @lcpa_regulator: Pointer to hold the regulator for the esram bank for lcla. 576 * @lcla_pool: lcla pool settings and data. 865 * enough LCLA entries. in d40_log_lli_to_lcxa() 870 * For linkback, we need one LCLA even with only one link, because we in d40_log_lli_to_lcxa() [all …]
|
H A D | ste_dma40_ll.h | 465 void d40_log_lli_lcla_write(struct d40_log_lli *lcla,
|
/linux/Documentation/devicetree/bindings/dma/ |
H A D | stericsson,dma40.yaml | 143 Second phandle is the LCLA (Logical Channel Link base Address) memory. 173 sram = <&lcpa>, <&lcla>;
|
/linux/arch/arm/boot/dts/st/ |
H A D | ste-dbx5x0.dtsi | 167 lcla: sram@20000 { label 170 * for Logical Channel Logical Addresses (LCLA), the address 171 * where these parameters are stored is called "LCLA". 176 label = "DMA40-LCLA"; 610 sram = <&lcpa>, <&lcla>;
|