Home
last modified time | relevance | path

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

/external/u-boot/include/
Dvsc9953.h104 #define VSC9953_VLAN_CFG_POP_CNT_MASK 0x000c0000 macro
/external/u-boot/drivers/net/
Dvsc9953.c443 val = bitfield_replace_by_mask(val, VSC9953_VLAN_CFG_POP_CNT_MASK, in vsc9953_port_vlan_popcnt_set()