Home
last modified time | relevance | path

Searched refs:word_copy (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/nds32/lib/
H A Dcopy_template.S38 addi $r3, $r2, #-32 ! to check $r2< cache_line , than go to word_copy
56 word_copy: label
60 bnez $r3, word_copy
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c246 word_copy(&p[1], &cl[1], 7); in qbman_swp_enqueue()
247 word_copy(&p[8], fd, sizeof(*fd) >> 2); in qbman_swp_enqueue()
338 word_copy(&p[1], &cl[1], 3); in qbman_swp_pull()
H A Dqbman_sys.h34 static inline void word_copy(void *d, const void *s, unsigned int cnt) in word_copy() function