Searched refs:rms (Results 1 – 2 of 2) sorted by relevance
4576 u64 rms; in copy_u64_le() local4579 rms = ((u64)rms_high << 32) | rms_low; in copy_u64_le()4580 return copy_to_user(dest, &rms, 8); in copy_u64_le()4586 u64 rms; in copy_u48_le() local4589 rms = ((u64)rms_high << 32) | rms_low; in copy_u48_le()4590 return copy_to_user(dest, &rms, 8); in copy_u48_le()
5388 u32 rms = new_mtu + VLAN_ETH_HLEN + ETH_FCS_LEN; in rtl8152_change_mtu() local5390 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, rms); in rtl8152_change_mtu()