Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/vt6656/
Dmac.c188 data[0] = EnCFG_ProtectMd; in vnt_mac_enable_protect_mode()
189 data[1] = EnCFG_ProtectMd; in vnt_mac_enable_protect_mode()
200 data[1] = EnCFG_ProtectMd; in vnt_mac_disable_protect_mode()
Dmac.h194 #define EnCFG_ProtectMd 0x20 macro
/linux-4.4.14/drivers/staging/vt6655/
Dmac.h285 #define EnCFG_ProtectMd 0x00000020 macro
837 dwOrgValue = dwOrgValue | EnCFG_ProtectMd; \
845 dwOrgValue = dwOrgValue & ~EnCFG_ProtectMd; \