Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/vt6656/
Dmac.c125 data[0] = EnCFG_ProtectMd; in vnt_mac_enable_protect_mode()
126 data[1] = EnCFG_ProtectMd; in vnt_mac_enable_protect_mode()
137 data[1] = EnCFG_ProtectMd; in vnt_mac_disable_protect_mode()
Dmac.h181 #define EnCFG_ProtectMd BIT(5) macro
/Linux-v5.10/drivers/staging/vt6655/
Dmac.h271 #define EnCFG_ProtectMd 0x00000020 macro
823 dwOrgValue = dwOrgValue | EnCFG_ProtectMd; \
831 dwOrgValue = dwOrgValue & ~EnCFG_ProtectMd; \