Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dparam.h296 #define clrbit(a,i) (((unsigned char *)(a))[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/f-stack/freebsd/net80211/
H A Dieee80211_output.c3831 clrbit(bo->bo_flags, IEEE80211_BEACON_WME); in ieee80211_beacon_update()
3837 clrbit(bo->bo_flags, IEEE80211_BEACON_HTINFO); in ieee80211_beacon_update()
3928 clrbit(bo->bo_flags, IEEE80211_BEACON_TIM); in ieee80211_beacon_update()
4000 clrbit(bo->bo_flags, IEEE80211_BEACON_ERP); in ieee80211_beacon_update()
4005 clrbit(bo->bo_flags, IEEE80211_BEACON_ATH); in ieee80211_beacon_update()
4031 clrbit(bo->bo_flags, IEEE80211_BEACON_APPIE); in ieee80211_beacon_update()
H A Dieee80211_power.c309 clrbit(vap->iv_tim_bitmap, aid); in ieee80211_set_tim()
H A Dieee80211_tdma.c727 clrbit(bo->bo_flags, IEEE80211_BEACON_TDMA); in ieee80211_tdma_update_beacon()
H A Dieee80211_mesh.c3408 clrbit(bo->bo_flags, IEEE80211_BEACON_MESHCONF); in ieee80211_mesh_update_beacon()
/f-stack/freebsd/arm/mv/
H A Dmv_pci.c1280 clrbit(&sc->sc_msi_bitmap, irqs[i] - MSI_IRQ); in mv_pcib_release_msi()