Home
last modified time | relevance | path

Searched defs:davinci_mcasp_pdata (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/platform_data/
Ddavinci_asp.h13 struct davinci_mcasp_pdata { struct
14 u32 tx_dma_offset;
15 u32 rx_dma_offset;
16 int asp_chan_q; /* event queue number for ASP channel */
17 int ram_chan_q; /* event queue number for RAM channel */
23 unsigned enable_channel_combine:1;
24 unsigned sram_size_playback;
25 unsigned sram_size_capture;
26 struct gen_pool *sram_pool;
36 int clk_input_pin;
[all …]
/kernel/linux/linux-5.10/include/linux/platform_data/
Ddavinci_asp.h21 struct davinci_mcasp_pdata { struct
22 u32 tx_dma_offset;
23 u32 rx_dma_offset;
24 int asp_chan_q; /* event queue number for ASP channel */
25 int ram_chan_q; /* event queue number for RAM channel */
31 unsigned enable_channel_combine:1;
32 unsigned sram_size_playback;
33 unsigned sram_size_capture;
34 struct gen_pool *sram_pool;
44 int clk_input_pin;
[all …]