Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/iwlwifi/
Diwl-agn-rs.h286 #define TIME_WRAP_AROUND(x, y) (((y) > (x)) ? (y) - (x) : (0-(x)) + (y)) macro
/linux-3.3/drivers/net/wireless/iwlegacy/
Dcommon.h2874 #define TIME_WRAP_AROUND(x, y) (((y) > (x)) ? (y) - (x) : (0-(x)) + (y)) macro