Searched refs:load_state (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Ddma.c109 chan->number, fname, line, chan->load_state,
176 if (chan->load_state != S3C2410_DMALOAD_1LOADED) {
177 printk(KERN_ERR "dma%d: s3c2410_dma_waitforload() called in loadstate %d from line %d\n", chan->number, chan->load_state, line);
190 switch (chan->load_state) {
192 chan->load_state = S3C2410_DMALOAD_1RUNNING;
196 printk(KERN_ERR "dma%d: unknown load_state in s3c2410_dma_waitforload() %d\n", chan->number, chan->load_state);
233 if (chan->load_state == S3C2410_DMALOAD_1LOADED) {
234 dmawarn("load_state is S3C2410_DMALOAD_1LOADED\n");
237 if (chan->load_state
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Ddma.h209 enum s3c2410_dma_loadst load_state; member in struct:s3c2410_dma_chan

Completed in 49 milliseconds