Home
last modified time | relevance | path

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

/linux/drivers/misc/ocxl/
H A Dconfig.c791 __be32 *be32ptr; in ocxl_config_set_TL() local
830 be32ptr = (__be32 *) &recv_rate[i]; in ocxl_config_set_TL()
833 be32_to_cpu(*be32ptr)); in ocxl_config_set_TL()
847 be32ptr = (__be32 *) &recv_rate[i]; in ocxl_config_set_TL()
848 *be32ptr = cpu_to_be32(val); in ocxl_config_set_TL()