Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/vt6656/
Dmac.c123 data[0] = EnCFG_ProtectMd; in vnt_mac_enable_protect_mode()
124 data[1] = EnCFG_ProtectMd; in vnt_mac_enable_protect_mode()
135 data[1] = EnCFG_ProtectMd; in vnt_mac_disable_protect_mode()
Dmac.h179 #define EnCFG_ProtectMd BIT(5) macro
/Linux-v5.15/drivers/staging/vt6655/
Dmac.h269 #define EnCFG_ProtectMd 0x00000020 macro
821 dwOrgValue = dwOrgValue | EnCFG_ProtectMd; \
829 dwOrgValue = dwOrgValue & ~EnCFG_ProtectMd; \