Searched refs:LIMIT (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/testing/selftests/sysctl/ |
| H A D | sysctl.sh | 363 LIMIT=$((MAX_DIGITS -1)) 365 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \ 379 LIMIT=$((MAX_DIGITS)) 381 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \ 471 LIMIT=$((MAX_DIGITS -1)) 473 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \ 488 LIMIT=$((MAX_DIGITS)) 490 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
|
| /linux-6.15/sound/pci/aw2/ |
| H A D | saa7146.h | 47 #define LIMIT (1UL << 4) macro
|
| /linux-6.15/drivers/media/usb/gspca/ |
| H A D | etoms.c | 618 #define LIMIT(color) \ macro 645 luma = LIMIT(r + g + b); in do_autogain() 656 #undef LIMIT
|
| /linux-6.15/drivers/net/ethernet/sis/ |
| H A D | sis190.c | 227 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()
|
| /linux-6.15/drivers/net/ethernet/sun/ |
| H A D | niu.c | 150 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument 151 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \ 152 __niu_set_and_wait_clear_mac(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) \ argument 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, DELAY, REG_NAME) \ argument 230 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \ [all …]
|
| /linux-6.15/arch/arm64/ |
| H A D | Kconfig | 934 (i.e., the TRBLIMITR_EL1.LIMIT), instead of wrapping around to the base. 937 page beyond the TRBLIMITR_EL1.LIMIT, within the space allowed for the TRBE. 952 (i.e., the TRBLIMITR_EL1.LIMIT), instead of wrapping around to the base. 955 page beyond the TRBLIMITR_EL1.LIMIT, within the space allowed for the TRBE.
|
| /linux-6.15/arch/arm64/tools/ |
| H A D | sysreg | 2258 Field 63:12 LIMIT 3464 Field 63:12 LIMIT
|