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

/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pko3.h604 * @param numwords is the number of outgoing words
608 * <numwords> must be between 1 and 15 for CVMX_PKO_DQ_SEND command
613 __cvmx_pko3_lmtdma(u8 node, uint16_t dq, unsigned int numwords, bool tag_wait) argument
623 if (cvmx_unlikely(numwords < 1 || numwords > 15)) {
636 dma_addr += (numwords - 1) << 3;
638 scr_off = scr_base + numwords * sizeof(u64);
707 * @param numwords is the number of outgoing words
711 * <numwords> must be between 1 and 15 for CVMX_PKO_DQ_SEND command
718 unsigned int numwords,
716 __cvmx_pko3_do_dma(u8 node, uint16_t dq, u64 cmds[], unsigned int numwords, enum cvmx_pko_dqop dqop) argument
[all...]

Completed in 39 milliseconds