Linux Kernel
3.7.1
|
Data Fields | |
unsigned int | id |
void __iomem * | base |
spinlock_t | lock |
struct pl08x_dma_chan * | serving |
bool | locked |
struct pl08x_phy_chan - holder for the physical channels : physical index to this channel : a lock to use when altering an instance of this struct : the virtual channel currently being served by this physical channel : channel unavailable for the system, e.g. dedicated to secure world
Definition at line 145 of file amba-pl08x.c.
Definition at line 147 of file amba-pl08x.c.
Definition at line 146 of file amba-pl08x.c.
spinlock_t lock |
Definition at line 148 of file amba-pl08x.c.
bool locked |
Definition at line 150 of file amba-pl08x.c.
struct pl08x_dma_chan* serving |
Definition at line 149 of file amba-pl08x.c.