Home
last modified time | relevance | path

Searched refs:btt (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-kernel/blktrace/blktrace/
H A D0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch12 btt/bno_plot.py | 2 +-
13 btt/btt_plot.py | 2 +-
16 diff --git a/btt/bno_plot.py b/btt/bno_plot.py
18 --- a/btt/bno_plot.py
19 +++ b/btt/bno_plot.py
24 # btt blkno plotting interface
26 diff --git a/btt/btt_plot.py b/btt/btt_plot.py
28 --- a/btt/btt_plot.py
29 +++ b/btt/btt_plot.py
/openbmc/qemu/hw/dma/
H A Dxlnx-zynq-devcfg.c156 uint32_t btt = BTT_MAX; in xlnx_zynq_devcfg_dma_go() local
159 btt = MIN(btt, dmah->src_len); in xlnx_zynq_devcfg_dma_go()
161 btt = MIN(btt, dmah->dest_len); in xlnx_zynq_devcfg_dma_go()
163 DB_PRINT("reading %x bytes from %x\n", btt, dmah->src_addr); in xlnx_zynq_devcfg_dma_go()
164 dma_memory_read(&address_space_memory, dmah->src_addr, buf, btt, in xlnx_zynq_devcfg_dma_go()
166 dmah->src_len -= btt; in xlnx_zynq_devcfg_dma_go()
167 dmah->src_addr += btt; in xlnx_zynq_devcfg_dma_go()
169 DB_PRINT("writing %x bytes from %x\n", btt, dmah->dest_addr); in xlnx_zynq_devcfg_dma_go()
170 dma_memory_write(&address_space_memory, dmah->dest_addr, buf, btt, in xlnx_zynq_devcfg_dma_go()
172 dmah->dest_len -= btt; in xlnx_zynq_devcfg_dma_go()
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/blktrace/
H A Dblktrace_git.bb32 # Makefile:42: recipe for target 'btt' failed
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dusage.rst2598 (``btt``, ``blkiomon``, etc) can be found in the ``/doc`` directory of the blktrace