Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dvsc9953.h100 #define VSC9953_MAC_MACH_MASK 0x0000ffff macro
/openbmc/u-boot/drivers/net/
H A Dvsc9953.c1169 VSC9953_MAC_VID_MASK | VSC9953_MAC_MACH_MASK); in vsc9953_mac_table_show()
1208 mach = bitfield_extract_by_mask(val, VSC9953_MAC_MACH_MASK); in vsc9953_mac_table_show()