Lines Matching +full:0 +full:xf000
46 MWL_DIAG_CMD_REVS = 0, /* MAC/PHY/Radio revs */
74 #define MWL_DIAG_BASE_MAC 0xa000
76 (MWL_DIAG_BASE_MAC <= (r) && (r) < (MWL_DIAG_BASE_MAC+0x1000))
77 #define MWL_DIAG_BASE_BB 0xe000
79 (MWL_DIAG_BASE_BB <= (r) && (r) < (MWL_DIAG_BASE_BB+0x1000))
80 #define MWL_DIAG_BASE_RF 0xf000
82 (MWL_DIAG_BASE_RF <= (r) && (r) < (MWL_DIAG_BASE_RF+0x1000))
96 #define MWL_DIAG_DYN 0x8000 /* allocate buffer in caller */
97 #define MWL_DIAG_IN 0x4000 /* copy in parameters */
98 #define MWL_DIAG_OUT 0x0000 /* copy out results (always) */
99 #define MWL_DIAG_ID 0x0fff