Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dvsc9953.c1158 val = bitfield_replace_by_mask(val, VSC9953_AGE_PORT_MASK, in vsc9953_mac_table_show()
1232 VSC9953_AGE_PORT_MASK | VSC9953_AGE_VID_EN | in vsc9953_mac_table_show()
1372 val = bitfield_replace_by_mask(val, VSC9953_AGE_PORT_MASK, in vsc9953_mac_table_age()
1394 VSC9953_AGE_PORT_MASK | VSC9953_AGE_VID_EN | in vsc9953_mac_table_age()
/openbmc/u-boot/include/
H A Dvsc9953.h152 #define VSC9953_AGE_PORT_MASK 0x0007c000 macro