Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dvsc9953.h107 #define VSC9953_VLAN_CFG_VID_MASK 0x00000fff macro
/openbmc/u-boot/drivers/net/
H A Dvsc9953.c347 *pvid = bitfield_extract_by_mask(val, VSC9953_VLAN_CFG_VID_MASK); in vsc9953_port_vlan_pvid_get()
373 val = bitfield_replace_by_mask(val, VSC9953_VLAN_CFG_VID_MASK, pvid); in vsc9953_port_vlan_pvid_set()