Home
last modified time | relevance | path

Searched refs:dma_state (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/board/micronas/vct/
H A Dscc.c438 static void dma_state_process(struct scc_dma_state *dma_state, u32 cmd) in dma_state_process() argument
440 dma_state->dma_status = dma_fsm[dma_state->dma_status][cmd]; in dma_state_process()
441 dma_state->dma_cmd = cmd; in dma_state_process()
444 static void dma_state_process_dma_command(struct scc_dma_state *dma_state, in dma_state_process_dma_command() argument
447 dma_state->dma_cmd = dma_cmd; in dma_state_process_dma_command()
451 dma_state_process(dma_state, DMA_CMD_START); in dma_state_process_dma_command()
454 dma_state_process(dma_state, DMA_CMD_STOP); in dma_state_process_dma_command()
480 struct scc_dma_state *dma_state; in scc_dma_cmd() local
492 dma_state = &scc_state_wr[id][dma_id]; in scc_dma_cmd()
494 dma_state = &scc_state_rd[id][dma_id]; in scc_dma_cmd()
[all …]
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dspeakup_decpc.c135 static int dt_stat, dma_state; variable
265 int timeout = 100, state = dma_state; in dt_wait_dma()
274 dma_state = dt_getstatus() & STAT_dma_state; in dt_wait_dma()
324 dma_state = dt_getstatus() & STAT_dma_state; in synth_flush()
325 dma_state ^= STAT_dma_state; in synth_flush()
337 dma_state ^= STAT_dma_state; in dt_sendchar()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dr852.c100 if (dev->dma_state == DMA_INTERNAL) { in r852_dma_enable()
189 dev->dma_state = do_read ? DMA_INTERNAL : DMA_MEMORY; in r852_do_dma()
782 if (dev->dma_state == DMA_INTERNAL && in r852_irq()
785 dev->dma_state = DMA_MEMORY; in r852_irq()
790 if (dev->dma_state == DMA_MEMORY && in r852_irq()
792 dev->dma_state = DMA_INTERNAL; in r852_irq()
H A Dr852.h123 int dma_state; /* 0 = internal, 1 = memory */ member
/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c1904 u32 fw_state, dma_state, status; in megasas_fault_detect_work() local
1911 dma_state = instance->instancet->read_fw_status_reg(instance) & in megasas_fault_detect_work()
1915 instance->crash_dump_app_support && dma_state) { in megasas_fault_detect_work()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_ca0132.c2891 enum dma_state { enum
2934 static int dma_set_state(struct dma_engine *dma, enum dma_state state) in dma_set_state()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c5622 unsigned int dma_state = 0; in rkcif_stream_start() local
5639 dma_state = stream->dma_en; in rkcif_stream_start()
5647 if (dma_state) in rkcif_stream_start()