Searched refs:fw_hi (Results 1 – 3 of 3) sorted by relevance
70 static __inline void ecore_set_fw_mac_addr(u16 *fw_hi, u16 *fw_mid, u16 *fw_lo, in ecore_set_fw_mac_addr() argument73 ((u8 *)fw_hi)[0] = mac[1]; in ecore_set_fw_mac_addr()74 ((u8 *)fw_hi)[1] = mac[0]; in ecore_set_fw_mac_addr()
3909 static INLINE void ecore_get_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid, in ecore_get_fw_mac_addr() argument3912 mac[1] = ((u8 *)fw_hi)[0]; in ecore_get_fw_mac_addr()3913 mac[0] = ((u8 *)fw_hi)[1]; in ecore_get_fw_mac_addr()
83 pmcs_fwtime_to_systime(struct pmcs_hw ss, uint32_t fw_hi, uint32_t fw_lo, in pmcs_fwtime_to_systime() argument91 fwtime = ((uint64_t)fw_hi << 32) | fw_lo; in pmcs_fwtime_to_systime()