Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dvsc9953.h111 #define VSC9953_PORT_VLAN_CFG_VID_MASK 0x00000fff macro
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dvsc9953.c379 val = bitfield_replace_by_mask(val, VSC9953_PORT_VLAN_CFG_VID_MASK, in vsc9953_port_vlan_pvid_set()