Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dar9003.c1942 #define SIGN_EXT(v) (((v) ^ 0x100) - 0x100) in ar9003_read_noisefloor() macro
2222 #define SIGN_EXT(v) (((v) ^ 0x800) - 0x800) in ar9003_get_iq_corr() macro
H A Dar5008.c2002 #define SIGN_EXT(v) (((v) ^ 0x100) - 0x100) in ar5008_read_noisefloor() macro