struct pl08x_platform_data - the platform configuration for the PL08x PrimeCells. : the channels defined for the different devices on the platform, all inclusive, including multiplexed channels. The available physical channels will be multiplexed around these signals as they are requested, just enumerate all possible channels. : request a physical signal to be used for a DMA transfer immediately: if there is some multiplexing or similar blocking the use of the channel the transfer can be denied by returning less than zero, else it returns the allocated signal number : indicate to the platform that this physical signal is not running any DMA transfer and multiplexing can be recycled : buses which LLIs can be fetched from: PL08X_AHB1 | PL08X_AHB2 : buses which memory can be accessed from: PL08X_AHB1 | PL08X_AHB2
Definition at line 88 of file pl08x.h.