Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vt6656/
Dmac.c176 data[0] = EnCFG_ProtectMd; in vnt_mac_enable_protect_mode()
177 data[1] = EnCFG_ProtectMd; in vnt_mac_enable_protect_mode()
188 data[1] = EnCFG_ProtectMd; in vnt_mac_disable_protect_mode()
Dmac.h180 #define EnCFG_ProtectMd 0x20 macro
/Linux-v4.19/drivers/staging/vt6655/
Dmac.h271 #define EnCFG_ProtectMd 0x00000020 macro
823 dwOrgValue = dwOrgValue | EnCFG_ProtectMd; \
831 dwOrgValue = dwOrgValue & ~EnCFG_ProtectMd; \