Searched refs:high_word (Results 1 – 4 of 4) sorted by relevance
91 u32 high_word, low_word; in sxgbe_core_set_umac_addr() local93 high_word = (addr[5] << 8) | (addr[4]); in sxgbe_core_set_umac_addr()96 writel(high_word, ioaddr + SXGBE_CORE_ADD_HIGHOFFSET(reg_n)); in sxgbe_core_set_umac_addr()103 u32 high_word, low_word; in sxgbe_core_get_umac_addr() local105 high_word = readl(ioaddr + SXGBE_CORE_ADD_HIGHOFFSET(reg_n)); in sxgbe_core_get_umac_addr()109 addr[5] = (high_word & 0x0000FF00) >> 8; in sxgbe_core_get_umac_addr()110 addr[4] = (high_word & 0x000000FF); in sxgbe_core_get_umac_addr()
78 unsigned long low_word, high_word; in __memcpy_unaligned_up() local82 __asm__("ldq_u %0,%1":"=r" (high_word):"m" (*(unsigned long *)(s+8))); in __memcpy_unaligned_up()89 :"r" (high_word), "r" (s)); in __memcpy_unaligned_up()93 low_word = high_word; in __memcpy_unaligned_up()
146 u32 high_word; member
666 ctx->state.length.high_word++; in hash_incrementlength()1095 HASH_HIGH_WORD_MAX_VAL == req_ctx->state.length.high_word) { in hash_hw_update()