Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/sysctl/
H A Dsysctl.sh367 LIMIT=$((MAX_DIGITS -1))
369 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
383 LIMIT=$((MAX_DIGITS))
385 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
475 LIMIT=$((MAX_DIGITS -1))
477 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
492 LIMIT=$((MAX_DIGITS))
494 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
/kernel/linux/linux-6.6/tools/testing/selftests/sysctl/
H A Dsysctl.sh362 LIMIT=$((MAX_DIGITS -1))
364 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
378 LIMIT=$((MAX_DIGITS))
380 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
470 LIMIT=$((MAX_DIGITS -1))
472 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
487 LIMIT=$((MAX_DIGITS))
489 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
/kernel/linux/linux-5.10/drivers/soc/xilinx/
H A Dxlnx_vcu.c94 #define LIMIT (10 * MHZ) macro
352 if (mod < LIMIT) { in xvcu_set_vcu_pll_info()
354 } else if (coreclk - mod < LIMIT) { in xvcu_set_vcu_pll_info()
365 if (mcuclk - mod < LIMIT) in xvcu_set_vcu_pll_info()
/kernel/linux/linux-5.10/sound/pci/aw2/
H A Dsaa7146.h47 #define LIMIT (1UL << 4) macro
/kernel/linux/linux-6.6/sound/pci/aw2/
H A Dsaa7146.h47 #define LIMIT (1UL << 4) macro
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Detoms.c618 #define LIMIT(color) \ macro
645 luma = LIMIT(r + g + b); in do_autogain()
656 #undef LIMIT macro
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Detoms.c618 #define LIMIT(color) \ macro
645 luma = LIMIT(r + g + b); in do_autogain()
656 #undef LIMIT macro
/kernel/linux/linux-5.10/drivers/net/ethernet/sis/
H A Dsis190.c227 LIMIT = 0x00200000, enumerator
556 #define ErrMask (OVRUN | SHORT | LIMIT | MIIER | NIBON | COLON | ABORT) in sis190_rx_pkt_err()
565 else if (status & (SHORT | LIMIT)) in sis190_rx_pkt_err()
/kernel/linux/linux-6.6/drivers/net/ethernet/sis/
H A Dsis190.c227 LIMIT = 0x00200000, enumerator
556 #define ErrMask (OVRUN | SHORT | LIMIT | MIIER | NIBON | COLON | ABORT) in sis190_rx_pkt_err()
565 else if (status & (SHORT | LIMIT)) in sis190_rx_pkt_err()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dniu.c131 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \
132 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \
133 __niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
170 #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \
171 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \
172 __niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
190 #define niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY) \
191 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \
192 __niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY); \
210 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELA
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dniu.c150 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \
151 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \
152 __niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
189 #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \
190 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \
191 __niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
209 #define niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY) \
210 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \
211 __niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY); \
229 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELA
[all...]

Completed in 30 milliseconds