Lines Matching refs:BIT
365 #define HFA384X_PCI_CTL_FROM_BAP (BIT(5) | BIT(1) | BIT(0))
366 #define HFA384X_PCI_CTL_TO_BAP (BIT(5) | BIT(0))
379 #define HFA384X_CMDCODE_ACCESS_WRITE (0x21 | BIT(8))
392 #define HFA384X_TEST_CFG_BIT_ALC BIT(3)
394 #define HFA384X_CMD_BUSY BIT(15)
396 #define HFA384X_CMD_TX_RECLAIM BIT(8)
398 #define HFA384X_OFFSET_ERR BIT(14)
399 #define HFA384X_OFFSET_BUSY BIT(15)
413 #define HFA384X_AUX_PORT_DISABLE BIT(14)
414 #define HFA384X_AUX_PORT_ENABLE BIT(15)
415 #define HFA384X_AUX_PORT_ENABLED (BIT(14) | BIT(15))
416 #define HFA384X_AUX_PORT_MASK (BIT(14) | BIT(15))
422 #define HFA384X_EV_TICK BIT(15)
423 #define HFA384X_EV_WTERR BIT(14)
424 #define HFA384X_EV_INFDROP BIT(13)
426 #define HFA384X_EV_PCI_M1 BIT(9)
427 #define HFA384X_EV_PCI_M0 BIT(8)
429 #define HFA384X_EV_INFO BIT(7)
430 #define HFA384X_EV_DTIM BIT(5)
431 #define HFA384X_EV_CMD BIT(4)
432 #define HFA384X_EV_ALLOC BIT(3)
433 #define HFA384X_EV_TXEXC BIT(2)
434 #define HFA384X_EV_TX BIT(1)
435 #define HFA384X_EV_RX BIT(0)
462 #define HFA384X_RATES_1MBPS BIT(0)
463 #define HFA384X_RATES_2MBPS BIT(1)
464 #define HFA384X_RATES_5MBPS BIT(2)
465 #define HFA384X_RATES_11MBPS BIT(3)
471 #define HFA384X_WEPFLAGS_PRIVACYINVOKED BIT(0)
472 #define HFA384X_WEPFLAGS_EXCLUDEUNENCRYPTED BIT(1)
473 #define HFA384X_WEPFLAGS_HOSTENCRYPT BIT(4)
474 #define HFA384X_WEPFLAGS_HOSTDECRYPT BIT(7)
476 #define HFA384X_RX_STATUS_MSGTYPE (BIT(15) | BIT(14) | BIT(13))
477 #define HFA384X_RX_STATUS_PCF BIT(12)
478 #define HFA384X_RX_STATUS_MACPORT (BIT(10) | BIT(9) | BIT(8))
479 #define HFA384X_RX_STATUS_UNDECR BIT(1)
480 #define HFA384X_RX_STATUS_FCSERR BIT(0)
491 #define HFA384X_TX_CTRL_ALT_RTRY BIT(5)
492 #define HFA384X_TX_CTRL_802_11 BIT(3)
494 #define HFA384X_TX_CTRL_TX_EX BIT(2)
495 #define HFA384X_TX_CTRL_TX_OK BIT(1)
497 #define HFA384X_TX_STATUS_RETRYERR BIT(0)
498 #define HFA384X_TX_STATUS_AGEDERR BIT(1)
499 #define HFA384X_TX_STATUS_DISCON BIT(2)
500 #define HFA384X_TX_STATUS_FORMERR BIT(3)
521 #define PRISM2_DUMP_RX_HDR BIT(0)
522 #define PRISM2_DUMP_TX_HDR BIT(1)
523 #define PRISM2_DUMP_TXEXC_HDR BIT(2)
565 #define HOSTAP_HW_NO_DISABLE BIT(0)
566 #define HOSTAP_HW_ENABLE_CMDCOMPL BIT(1)
738 #define HOSTAP_WDS_BROADCAST_RA BIT(0)
739 #define HOSTAP_WDS_AP_CLIENT BIT(1)
740 #define HOSTAP_WDS_STANDARD_FRAME BIT(2)
927 #define HOSTAP_TX_FLAGS_WDS BIT(0)
928 #define HOSTAP_TX_FLAGS_BUFFERED_FRAME BIT(1)
929 #define HOSTAP_TX_FLAGS_ADD_MOREDATA BIT(2)
940 #define DEBUG_FID BIT(0)
941 #define DEBUG_PS BIT(1)
942 #define DEBUG_FLOW BIT(2)
943 #define DEBUG_AP BIT(3)
944 #define DEBUG_HW BIT(4)
945 #define DEBUG_EXTRA BIT(5)
946 #define DEBUG_EXTRA2 BIT(6)
947 #define DEBUG_PS2 BIT(7)