Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212reg.h1003 #define AR_DCM_D_EN 0x00000001 /* all direct frames to be decompressed */ macro
H A Dar5212_misc.c579 OS_REG_WRITE(ah, AR_DCM_D, en ? AR_DCM_D_EN : 0); in ar5212SetDecompMask()