Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/ocxl/
Dconfig.c784 __be32 *be32ptr; in ocxl_config_set_TL() local
823 be32ptr = (__be32 *) &recv_rate[i]; in ocxl_config_set_TL()
826 be32_to_cpu(*be32ptr)); in ocxl_config_set_TL()
840 be32ptr = (__be32 *) &recv_rate[i]; in ocxl_config_set_TL()
841 *be32ptr = cpu_to_be32(val); in ocxl_config_set_TL()