Searched refs:CNT (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/ntb/ |
H A D | ntb_test.sh | 258 CNT=$(get_files_count "spad" "$LOC") 260 if [[ $CNT -eq 0 ]]; then 265 for ((i = 0; i < $CNT; i++)); do 286 CNT=$(get_files_count "msg" "$LOC") 288 if [[ $CNT -eq 0 ]]; then 299 for ((i = 0; i < $CNT; i++)); do 405 CNT=$(get_files_count "mw_trans" "$LOC") 407 for ((i = 0; i < $CNT; i++)); do 454 CNT=$(read_file "$LOC/count") 455 for ((i = 0; i < $CNT; i++)); do
|
/linux/arch/x86/crypto/ |
H A D | sha1_ssse3_asm.S | 32 #define CNT %rdx // arg3 macro 84 shl $6, CNT # multiply by 64 85 add BUF, CNT 86 mov CNT, BUFFER_END
|
H A D | sha1_avx2_x86_64_asm.S | 76 #define CNT %rdx /* arg3 */ macro 649 mov CNT, BLOCKS_CTR
|
/linux/tools/testing/selftests/net/ |
H A D | sctp_vrf.sh | 71 local CNT=0 75 [ $((CNT++)) = "20" ] && { RET=3; return $RET; }
|
/linux/tools/testing/selftests/cgroup/ |
H A D | test_cpuset_prs.sh | 787 eval CNT="\${#$TEST[@]}" 792 while [[ $I -lt $CNT ]]
|
/linux/drivers/video/fbdev/ |
H A D | imsttfb.c | 49 CNT = 4, /* 0x10 */ enumerator 1011 write_reg_le32(par->dc_regs, CNT, (height << 16) | width); in imsttfb_fillrect() 1023 write_reg_le32(par->dc_regs, CNT, (height << 16) | width); in imsttfb_fillrect() 1079 write_reg_le32(par->dc_regs, CNT, cnt); in imsttfb_copyarea()
|
/linux/drivers/media/platform/ti/omap3isp/ |
H A D | ispresizer.c | 664 RSZ_PRINT_REGISTER(isp, CNT); in resizer_print_status()
|
/linux/drivers/eisa/ |
H A D | eisa.ids | 1008 ISAC400 "Core CNT-ATP ESDI Internal FD Ctrl"
|