Home
last modified time | relevance | path

Searched defs:high_word (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_core.c92 u32 high_word, low_word; in sxgbe_core_set_umac_addr() local
104 u32 high_word, low_word; in sxgbe_core_get_umac_addr() local
/linux-6.12.1/arch/alpha/lib/
Dmemcpy.c79 unsigned long low_word, high_word; in __memcpy_unaligned_up() local
/linux-6.12.1/fs/bcachefs/
Dbkey.h542 #define high_word(f, k) ((u64 *) (k)->_data + high_word_offset(f)) macro