Searched refs:bitfield_extract_by_mask (Results 1 – 2 of 2) sorted by relevance
72 static inline uint bitfield_extract_by_mask(uint reg_val, uint mask) in bitfield_extract_by_mask() function
284 if (bitfield_extract_by_mask(val, VSC9953_VLAN_PORT_MASK) & in vsc9953_vlan_membership_show()347 *pvid = bitfield_extract_by_mask(val, VSC9953_VLAN_CFG_VID_MASK); in vsc9953_port_vlan_pvid_get()1203 dest_indx = bitfield_extract_by_mask(val, in vsc9953_mac_table_show()1207 vlan = bitfield_extract_by_mask(val, VSC9953_MAC_VID_MASK); in vsc9953_mac_table_show()1208 mach = bitfield_extract_by_mask(val, VSC9953_MAC_MACH_MASK); in vsc9953_mac_table_show()1277 if ((port_no != bitfield_extract_by_mask(val, in vsc9953_mac_table_add()1549 *aggr_grp = bitfield_extract_by_mask(val, in vsc9953_port_aggr_grp_get()