Home
last modified time | relevance | path

Searched defs:INCR (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h180 # define INCR(x) ((x)++) macro
182 # define INCR(x) do {} while (0) macro
/linux/drivers/net/wireless/ath/ath9k/
H A Dath9k.h88 #define INCR(_l, _sz) do { \ macro