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

/linux-4.4.14/sound/pci/aw2/
H A Dsaa7146.h60 #define LIMIT (1UL << 4) macro
/linux-4.4.14/drivers/media/usb/gspca/
H A Detoms.c631 #define LIMIT(color) \ macro
658 luma = LIMIT(r + g + b); do_autogain()
669 #undef LIMIT macro
/linux-4.4.14/tools/perf/scripts/python/
H A Dexport-to-postgresql.py135 # SELECT * FROM calls_view ORDER BY elapsed_time DESC LIMIT 10;
141 # FROM calls_view GROUP BY symbol_id ORDER BY tot_elapsed_time DESC LIMIT 10;
153 # SELECT * FROM calls_view WHERE symbol_id = 187 ORDER BY elapsed_time DESC LIMIT 10;
/linux-4.4.14/drivers/net/ethernet/sis/
H A Dsis190.c227 LIMIT = 0x00200000, enumerator in enum:_DescStatusBit
556 #define ErrMask (OVRUN | SHORT | LIMIT | MIIER | NIBON | COLON | ABORT) sis190_rx_pkt_err()
565 else if (status & (SHORT | LIMIT)) sis190_rx_pkt_err()
/linux-4.4.14/drivers/net/ethernet/sun/
H A Dniu.c130 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \
131 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \
132 __niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
169 #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \
170 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \
171 __niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
189 #define niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY) \
190 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \
191 __niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY); \
209 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \
210 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \
211 __niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
/linux-4.4.14/drivers/target/
H A Dtarget_core_xcopy.c960 * HELD DATA LIMIT target_rcr_operating_parameters()
/linux-4.4.14/drivers/video/fbdev/sis/
H A D300vtbl.h604 { 0x72,0x2a, 76}, /* 0x40 */ /* test for SiS730 --- LIMIT for table (&0x3f) */
/linux-4.4.14/fs/btrfs/
H A Dctree.h3502 * case, use FLUSH LIMIT

Completed in 555 milliseconds