Home
last modified time | relevance | path

Searched refs:LIMIT (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/sound/pci/aw2/
Dsaa7146.h60 #define LIMIT (1UL << 4) macro
/linux-4.1.27/drivers/media/usb/gspca/
Detoms.c631 #define LIMIT(color) \ macro
658 luma = LIMIT(r + g + b); in do_autogain()
669 #undef LIMIT
/linux-4.1.27/drivers/net/ethernet/sis/
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()
/linux-4.1.27/drivers/net/ethernet/sun/
Dniu.c130 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument
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) \ argument
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) \ argument
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) \ argument
[all …]