Linux Kernel
3.7.1
|
Data Fields | |
struct dma_device | slave |
struct dma_device | memcpy |
void __iomem * | base |
struct amba_device * | adev |
struct vendor_data * | vd |
struct pl08x_platform_data * | pd |
struct pl08x_phy_chan * | phy_chans |
struct dma_pool * | pool |
u8 | lli_buses |
u8 | mem_buses |
struct pl08x_driver_data - the local state holder for the PL08x : slave engine for this instance : memcpy engine for this instance : virtual memory base (remapped) for the PL08x : the corresponding AMBA (PrimeCell) bus entry : vendor data for this PL08x variant : platform data passed in from the platform/machine : array of data for the physical channels : a pool for the LLI descriptors : bitmask to or in to LLI pointer selecting AHB port for LLI fetches : set to indicate memory transfers on AHB2. : a spinlock for this struct
Definition at line 255 of file amba-pl08x.c.
struct amba_device* adev |
Definition at line 259 of file amba-pl08x.c.
Definition at line 258 of file amba-pl08x.c.
u8 lli_buses |
Definition at line 264 of file amba-pl08x.c.
u8 mem_buses |
Definition at line 265 of file amba-pl08x.c.
struct dma_device memcpy |
Definition at line 257 of file amba-pl08x.c.
Definition at line 261 of file amba-pl08x.c.
struct pl08x_phy_chan* phy_chans |
Definition at line 262 of file amba-pl08x.c.
Definition at line 263 of file amba-pl08x.c.
Definition at line 256 of file amba-pl08x.c.
struct vendor_data* vd |
Definition at line 260 of file amba-pl08x.c.