Home
last modified time | relevance | path

Searched refs:SOC_CACHE_LINE_MASK (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c134 #define SOC_CACHE_LINE_MASK 0x3F macro
534 desc->data_offset = (__force u32)cpu_to_be32(phys & SOC_CACHE_LINE_MASK); in hip04_mac_start_xmit()
535 desc->send_addr = (__force u32)cpu_to_be32(phys & ~SOC_CACHE_LINE_MASK); in hip04_mac_start_xmit()