Home
last modified time | relevance | path

Searched refs:req_count (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/misc/macio/
H A Dmac_dbdma.c323 ch->io.len = req_count; in start_output()
349 ch->io.len = req_count; in start_input()
452 uint16_t req_count; in channel_run() local
475 req_count = le16_to_cpu(current->req_count); in channel_run()
515 req_count = req_count & 0x0007; in channel_run()
516 if (req_count & 0x4) { in channel_run()
517 req_count = 4; in channel_run()
519 } else if (req_count & 0x2) { in channel_run()
520 req_count = 2; in channel_run()
523 req_count = 1; in channel_run()
[all …]
/qemu/include/hw/ppc/
H A Dmac_dbdma.h98 uint16_t req_count; /* requested byte transfer count */ member