Searched refs:bitfield_extract_by_mask (Results 1 – 2 of 2) sorted by relevance
73 static inline uint bitfield_extract_by_mask(uint reg_val, uint mask) in bitfield_extract_by_mask() function
285 if (bitfield_extract_by_mask(val, VSC9953_VLAN_PORT_MASK) & in vsc9953_vlan_membership_show()348 *pvid = bitfield_extract_by_mask(val, VSC9953_VLAN_CFG_VID_MASK); in vsc9953_port_vlan_pvid_get()1204 dest_indx = bitfield_extract_by_mask(val, in vsc9953_mac_table_show()1208 vlan = bitfield_extract_by_mask(val, VSC9953_MAC_VID_MASK); in vsc9953_mac_table_show()1209 mach = bitfield_extract_by_mask(val, VSC9953_MAC_MACH_MASK); in vsc9953_mac_table_show()1278 if ((port_no != bitfield_extract_by_mask(val, in vsc9953_mac_table_add()1550 *aggr_grp = bitfield_extract_by_mask(val, in vsc9953_port_aggr_grp_get()