Home
last modified time | relevance | path

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

/wlan-driver/fw-api/hw/qcn9000/
H A DHALcomdef.h600 #define WORD_LO(xxx) ((uint8) ((uint16)(xxx) & 255)) argument
601 #define WORD_HI(xxx) \ argument
602 /*lint -e572 */ ((uint8) ((uint16)(xxx) >> 8)) /*lint +e572 */